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' => 'Departement Naam',
'manager' => 'Bestuurder',
'location' => 'plek',
'create' => 'Skep Departement',
'update' => 'Update Departement',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'id' => 'ID',
'name' => 'Departement Naam',
'manager' => 'Bestuurder',
'location' => 'plek',
'create' => 'Skep Departement',
'update' => 'Update Departement',
);
Function Calls
None |
Stats
MD5 | 0f3acdab0442d561716ff87ef80e0934 |
Eval Count | 0 |
Decode Time | 99 ms |