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 function A() { } class A{ }..
Decoded Output download
<?php
function A()
{
}
class A{
} ?>
Did this file decode correctly?
Original Code
<?php
function A()
{
}
class A{
}
Function Calls
None |
Stats
MD5 | 31936fd5cb4c3a502183edaf7ba9b0c3 |
Eval Count | 0 |
Decode Time | 132 ms |