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