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