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