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' => [ 'en_UM' => ' ( )', ], ]; ..
Decoded Output download
<?php
return [
'Names' => [
'en_UM' => ' ( )',
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'Names' => [
'en_UM' => ' ( )',
],
];
Function Calls
None |
Stats
MD5 | a3f04ddb1339cffedcbbed786857faa9 |
Eval Count | 0 |
Decode Time | 109 ms |