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 $cache['master'] = array( 'type' => 'Memcache', 'host' => '127.0.0.1', '..
Decoded Output download
<?php
$cache['master'] = array(
'type' => 'Memcache',
'host' => '127.0.0.1',
'port' => 11211,
'persistent' => 1,
);
return $cache; ?>
Did this file decode correctly?
Original Code
<?php
$cache['master'] = array(
'type' => 'Memcache',
'host' => '127.0.0.1',
'port' => 11211,
'persistent' => 1,
);
return $cache;
Function Calls
None |
Stats
MD5 | 6f9eed8c7d4b55ea1134262a04ae888f |
Eval Count | 0 |
Decode Time | 90 ms |