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' => [ 'CNY' => [ '', '', ..
Decoded Output download
<?php
return [
'Names' => [
'CNY' => [
'',
'',
],
'INR' => [
'',
'',
],
'USD' => [
'US$',
'',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'Names' => [
'CNY' => [
'',
'',
],
'INR' => [
'',
'',
],
'USD' => [
'US$',
'',
],
],
];
Function Calls
None |
Stats
MD5 | a1c7fd225d13d601013f0c7c8d234ebb |
Eval Count | 0 |
Decode Time | 83 ms |