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