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' => [ 'ANG' => [ 'ANG', ' ', ..
Decoded Output download
<?php
return [
'Names' => [
'ANG' => [
'ANG',
' ',
],
'AWG' => [
'AWG',
' ',
],
'BMD' => [
'BMD',
' ',
],
'GTQ' => [
'GTQ',
' ',
],
'HNL' => [
'HNL',
' ',
],
'HTG' => [
'HTG',
' ',
],
'MXN' => [
'MX$',
' ',
],
'USD' => [
'$',
' ',
],
'XCD' => [
'EC$',
' ',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'Names' => [
'ANG' => [
'ANG',
' ',
],
'AWG' => [
'AWG',
' ',
],
'BMD' => [
'BMD',
' ',
],
'GTQ' => [
'GTQ',
' ',
],
'HNL' => [
'HNL',
' ',
],
'HTG' => [
'HTG',
' ',
],
'MXN' => [
'MX$',
' ',
],
'USD' => [
'$',
' ',
],
'XCD' => [
'EC$',
' ',
],
],
];
Function Calls
None |
Stats
MD5 | 269414206900e286c477086a5387e9c7 |
Eval Count | 0 |
Decode Time | 111 ms |