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 [ 'Names' => [ 'BR' => '', 'CN' => '', 'DE' => '..
Decoded Output download
<?php
return [
'Names' => [
'BR' => '',
'CN' => '',
'DE' => '',
'FR' => '',
'GB' => ' ',
'IN' => '',
'IT' => '',
'JP' => '',
'RU' => '',
'US' => ' ',
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'Names' => [
'BR' => '',
'CN' => '',
'DE' => '',
'FR' => '',
'GB' => ' ',
'IN' => '',
'IT' => '',
'JP' => '',
'RU' => '',
'US' => ' ',
],
];
Function Calls
None |
Stats
MD5 | 3f51415b3a30e64f60e12c676862939a |
Eval Count | 0 |
Decode Time | 107 ms |