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( 'create' => ' ', 'created_at' => ' ', 'eol' ..
Decoded Output download
<?php
return array(
'create' => ' ',
'created_at' => ' ',
'eol' => ', EOL',
'modelnumber' => ' .',
'name' => ' ',
'numassets' => '',
'title' => ' ',
'update' => ' ',
'view' => ' ',
'update' => ' ',
'clone' => ' ',
'edit' => ' ',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'create' => ' ',
'created_at' => ' ',
'eol' => ', EOL',
'modelnumber' => ' .',
'name' => ' ',
'numassets' => '',
'title' => ' ',
'update' => ' ',
'view' => ' ',
'update' => ' ',
'clone' => ' ',
'edit' => ' ',
);
Function Calls
None |
Stats
MD5 | f5e3b02dd8210f9791016714485cc0fb |
Eval Count | 0 |
Decode Time | 87 ms |