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