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 class IteratorImplementation implements Iterator { public function current() ..
Decoded Output download
<?php
class IteratorImplementation implements Iterator
{
public function current()
{
}
public function next()
{
}
public function key()
{
}
public function valid()
{
}
public function rewind()
{
}
}
class IteratorAggregateImplementation implements IteratorAggregate
{
public function getIterator()
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
class IteratorImplementation implements Iterator
{
public function current()
{
}
public function next()
{
}
public function key()
{
}
public function valid()
{
}
public function rewind()
{
}
}
class IteratorAggregateImplementation implements IteratorAggregate
{
public function getIterator()
{
}
}
Function Calls
None |
Stats
MD5 | 2d91c4b7e53f7e88d595ff9764b7541a |
Eval Count | 0 |
Decode Time | 85 ms |