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 ParentIterator extends \RecursiveFilterIterator implements \R..
Decoded Output download
<?php
/** @phpstub */
class ParentIterator extends \RecursiveFilterIterator implements \RecursiveIterator, \OuterIterator, \Traversable, \Iterator
{
/**
* Constructs a ParentIterator
*
* @param RecursiveIterator $iterator
*/
public function __construct($iterator)
{
}
/**
* Determines acceptability
*
* @return bool true if the current element is acceptable, otherwise false.
*/
public function accept()
{
}
/**
* Return the inner iterator's children contained in a ParentIterator
*
* @return ParentIterator An ``object``.
*/
public function getChildren()
{
}
/**
* Check whether the inner iterator's current element has children
*
* @return bool
*/
public function hasChildren()
{
}
/**
* Move the iterator forward
*
* @return void
*/
public function next()
{
}
/**
* Rewind the iterator
*
* @return void
*/
public function rewind()
{
}
} ?>
Did this file decode correctly?
Original Code
<?php
/** @phpstub */
class ParentIterator extends \RecursiveFilterIterator implements \RecursiveIterator, \OuterIterator, \Traversable, \Iterator
{
/**
* Constructs a ParentIterator
*
* @param RecursiveIterator $iterator
*/
public function __construct($iterator)
{
}
/**
* Determines acceptability
*
* @return bool true if the current element is acceptable, otherwise false.
*/
public function accept()
{
}
/**
* Return the inner iterator's children contained in a ParentIterator
*
* @return ParentIterator An ``object``.
*/
public function getChildren()
{
}
/**
* Check whether the inner iterator's current element has children
*
* @return bool
*/
public function hasChildren()
{
}
/**
* Move the iterator forward
*
* @return void
*/
public function next()
{
}
/**
* Rewind the iterator
*
* @return void
*/
public function rewind()
{
}
}
Function Calls
None |
Stats
MD5 | 7215e204b13efc5e201c10605c6878c7 |
Eval Count | 0 |
Decode Time | 85 ms |