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