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 /** * Dont specify a return or a argtype * @param int $x * @return int */ funct..
Decoded Output download
<?php
/**
* Dont specify a return or a argtype
* @param int $x
* @return int
*/
function valid($x)
{
return $x + 42;
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Dont specify a return or a argtype
* @param int $x
* @return int
*/
function valid($x)
{
return $x + 42;
}
Function Calls
| None |
Stats
| MD5 | a6710b5c15d7d572d0245173499c97f5 |
| Eval Count | 0 |
| Decode Time | 97 ms |