Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function topla($a,$b) { return $a+$b }..
Decoded Output download
<? function topla($a,$b) {
return $a+$b
} ?>
Did this file decode correctly?
Original Code
function topla($a,$b) {
return $a+$b
}
Function Calls
None |
Stats
MD5 | ef32dae01fbc021f2a8d7cd5ec5e24b5 |
Eval Count | 0 |
Decode Time | 203 ms |