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( 'title' => 'A fogyeszkz neve', ); ..
Decoded Output download
<?php
return array(
'title' => 'A fogyeszkz neve',
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
'title' => 'A fogyeszkz neve',
);
Function Calls
None |
Stats
MD5 | 6ec66fa96cf137806db5a05e90450b57 |
Eval Count | 0 |
Decode Time | 89 ms |