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' => [ 'TTD' => [ '$', 'Trinidad..
Decoded Output download
<?php
return [
'Names' => [
'TTD' => [
'$',
'Trinidad & Tobago Dollar',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'Names' => [
'TTD' => [
'$',
'Trinidad & Tobago Dollar',
],
],
];
Function Calls
None |
Stats
MD5 | b208023e26fb3cfb6e724f3dacb5126c |
Eval Count | 0 |
Decode Time | 86 ms |