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 // +---------------------------------------------------------------------- // | //..
Decoded Output download
<?php
// +----------------------------------------------------------------------
// |
// +----------------------------------------------------------------------
return [
//
'default' => 'file',
//
'level' => [],
// ['error'=>'email',...]
'type_channel' => [],
//
'close' => false,
//
'processor' => null,
//
'channels' => [
'file' => [
//
'type' => 'File',
//
'path' => '',
//
'single' => false,
//
'apart_level' => [],
//
'max_files' => 0,
// JSON
'json' => false,
//
'processor' => null,
//
'close' => false,
//
'format' => '[%s][%s] %s',
//
'realtime_write' => false,
],
//
],
];
?>
Did this file decode correctly?
Original Code
<?php
// +----------------------------------------------------------------------
// |
// +----------------------------------------------------------------------
return [
//
'default' => 'file',
//
'level' => [],
// ['error'=>'email',...]
'type_channel' => [],
//
'close' => false,
//
'processor' => null,
//
'channels' => [
'file' => [
//
'type' => 'File',
//
'path' => '',
//
'single' => false,
//
'apart_level' => [],
//
'max_files' => 0,
// JSON
'json' => false,
//
'processor' => null,
//
'close' => false,
//
'format' => '[%s][%s] %s',
//
'realtime_write' => false,
],
//
],
];
Function Calls
None |
Stats
MD5 | 841f00af2ce9cd2624cc14b38eba81b6 |
Eval Count | 0 |
Decode Time | 83 ms |