Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** @phpstub */ class RecursiveCachingIterator extends \CachingIterator implements ..
Decoded Output download
<?php
/** @phpstub */
class RecursiveCachingIterator extends \CachingIterator implements \Countable, \ArrayAccess, \Iterator, \Traversable, \OuterIterator, \RecursiveIterator
{
/**
* Construct
*
* @param Iterator $iterator
* @param string $flags
*/
public function __construct($iterator, $flags = 'self::CALL_TOSTRING')
{
}
/**
* Return the inner iterator's children as a RecursiveCachingIterator
*
* @return RecursiveCachingIterator The inner iterator's children, as a RecursiveCachingIterator.
*/
public function getChildren()
{
}
/**
* Check whether the current element of the inner iterator has children
*
* @return bool true if the inner iterator has children, otherwise false
*/
public function hasChildren()
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class RecursiveCachingIterator extends \CachingIterator implements \Countable, \ArrayAccess, \Iterator, \Traversable, \OuterIterator, \RecursiveIterator
{
/**
* Construct
*
* @param Iterator $iterator
* @param string $flags
*/
public function __construct($iterator, $flags = 'self::CALL_TOSTRING')
{
}
/**
* Return the inner iterator's children as a RecursiveCachingIterator
*
* @return RecursiveCachingIterator The inner iterator's children, as a RecursiveCachingIterator.
*/
public function getChildren()
{
}
/**
* Check whether the current element of the inner iterator has children
*
* @return bool true if the inner iterator has children, otherwise false
*/
public function hasChildren()
{
}
}
Function Calls
None |
Stats
MD5 | b0046f5b5b8bbf1a0d5028be60baf58e |
Eval Count | 0 |
Decode Time | 67 ms |