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 return array( 'id' => ' ', 'name' => '', 'users' =>..
Decoded Output download
<?php
return array(
'id' => ' ',
'name' => '',
'users' => ' ',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'id' => ' ',
'name' => '',
'users' => ' ',
);
Function Calls
None |
Stats
MD5 | 6513b151c72350d8a005b9ff8b255b47 |
Eval Count | 0 |
Decode Time | 83 ms |