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