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 array( //cache.phpsession 'cache_id' => 'session', 'use_php_sessi..
Decoded Output download
<?php
return array(
//cache.phpsession
'cache_id' => 'session',
'use_php_session' => false,
'session_lifetime' => 0,
//'cookie_domain' => 'framework.com',
'cookie_lifetime' => 86400000,
);
?>
Did this file decode correctly?
Original Code
<?php
return array(
//cache.phpsession
'cache_id' => 'session',
'use_php_session' => false,
'session_lifetime' => 0,
//'cookie_domain' => 'framework.com',
'cookie_lifetime' => 86400000,
);
Function Calls
None |
Stats
MD5 | b937d94f2c53e4896493db5e031679f0 |
Eval Count | 0 |
Decode Time | 87 ms |