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 Foo { public function bar($foo, $bar) { } } ..
Decoded Output download
<?php
class Foo
{
public function bar($foo, $bar)
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
class Foo
{
public function bar($foo, $bar)
{
}
}
Function Calls
None |
Stats
MD5 | f1e456055d9e31a02e101dbc4117c171 |
Eval Count | 0 |
Decode Time | 84 ms |