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 [ 'last_week' => ' ', 'last_year' => ' ', 'this_week' => ' ', ..
Decoded Output download
<?php
return [
'last_week' => ' ',
'last_year' => ' ',
'this_week' => ' ',
'this_year' => ' ',
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'last_week' => ' ',
'last_year' => ' ',
'this_week' => ' ',
'this_year' => ' ',
];
Function Calls
None |
Stats
MD5 | c236871fe1ef74c6e3b5b325bc217c53 |
Eval Count | 0 |
Decode Time | 83 ms |