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