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 [ 'syslog_default' => [ 'engine'=> 'syslog', 'host' => '..
Decoded Output download
<?php
return [
'syslog_default' => [
'engine'=> 'syslog',
'host' => '127.0.0.1',
'port' => '5140',
'timeout' => 3000,
'persistent' => true,
'pool' => [
'keeping-sleep-time' => 10000,
'init-connection'=> 2,
],
],
]; ?>
Did this file decode correctly?
Original Code
<?php
return [
'syslog_default' => [
'engine'=> 'syslog',
'host' => '127.0.0.1',
'port' => '5140',
'timeout' => 3000,
'persistent' => true,
'pool' => [
'keeping-sleep-time' => 10000,
'init-connection'=> 2,
],
],
];
Function Calls
None |
Stats
MD5 | d8037ee122da331e0ce6628b187d7084 |
Eval Count | 0 |
Decode Time | 94 ms |