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' => 'Osztly neve',
'manager' => 'Vezet',
'location' => 'Helyszn',
'create' => 'Osztly ltrehozsa',
'update' => 'Osztly frisstse',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'id' => 'ID',
'name' => 'Osztly neve',
'manager' => 'Vezet',
'location' => 'Helyszn',
'create' => 'Osztly ltrehozsa',
'update' => 'Osztly frisstse',
);
Function Calls
None |
Stats
MD5 | 048ab0d6c87fa9f2ebb4e87d8f22614c |
Eval Count | 0 |
Decode Time | 88 ms |