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 [ 'custom_option' => 'logging', 'default' => 'overwrite', 'cha..
Decoded Output download
<?php
return [
'custom_option' => 'logging',
'default' => 'overwrite',
'channels' => [
'stack' => [
'overwrite' => true,
],
'new' => [
'merge' => true,
],
],
];
?>
Did this file decode correctly?
Original Code
<?php
return [
'custom_option' => 'logging',
'default' => 'overwrite',
'channels' => [
'stack' => [
'overwrite' => true,
],
'new' => [
'merge' => true,
],
],
];
Function Calls
None |
Stats
MD5 | 7448cc918028aa088db8f6ee92f0bb1a |
Eval Count | 0 |
Decode Time | 98 ms |