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 array( 'id' => 'ID', 'name' ..
Decoded Output download
<?php
return array(
'id' => 'ID',
'name' => 'Nzev Oddlen',
'manager' => 'Manaer',
'location' => 'Umstn',
'create' => 'Vytvoit Oddlen',
'update' => 'Aktualizovat Oddlen',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'id' => 'ID',
'name' => 'Nzev Oddlen',
'manager' => 'Manaer',
'location' => 'Umstn',
'create' => 'Vytvoit Oddlen',
'update' => 'Aktualizovat Oddlen',
);
Function Calls
None |
Stats
MD5 | 2d02861613e31bc9d5fe69b7ceb91a51 |
Eval Count | 0 |
Decode Time | 89 ms |