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' => [ 'ZMW' => [ 'K', 'Zambian ..
Decoded Output download
<?php
return [
'Names' => [
'ZMW' => [
'K',
'Zambian Kwacha',
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'Names' => [
'ZMW' => [
'K',
'Zambian Kwacha',
],
],
];
Function Calls
None |
Stats
MD5 | 528f7d2ade5f0c34e311c82c79076a8e |
Eval Count | 0 |
Decode Time | 93 ms |