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 /** * Created by PhpStorm. * User: marsnowxiao * Date: 2017/4/5 * Time: 2:14 */..
Decoded Output download
<?php
/**
* Created by PhpStorm.
* User: marsnowxiao
* Date: 2017/4/5
* Time: 2:14
*/
return [
'default_module' => 'order',
'default_controller' => 'homePage',
'default_action' => 'index',
'default_format' => 'html'
]; ?>
Did this file decode correctly?
Original Code
<?php
/**
* Created by PhpStorm.
* User: marsnowxiao
* Date: 2017/4/5
* Time: 2:14
*/
return [
'default_module' => 'order',
'default_controller' => 'homePage',
'default_action' => 'index',
'default_format' => 'html'
];
Function Calls
None |
Stats
MD5 | 28eaa80a983f01ce904a37929ea115b8 |
Eval Count | 0 |
Decode Time | 102 ms |