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' ..
Decoded Output download
<?php
return array(
'id' => '',
'name' => ' ',
'manager' => '',
'location' => '',
'create' => ' ',
'update' => ' ',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'id' => '',
'name' => ' ',
'manager' => '',
'location' => '',
'create' => ' ',
'update' => ' ',
);
Function Calls
None |
Stats
MD5 | 5c5deb12de8326833296cff402b45f4c |
Eval Count | 0 |
Decode Time | 87 ms |