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 /** * This file is part of the Zephir. * * (c) Phalcon Team <[email protected]..
Decoded Output download
<?php
/**
* This file is part of the Zephir.
*
* (c) Phalcon Team <[email protected]>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
define('MEMCACHE_HAVE_SESSION', 1);
define('MEMCACHE_COMPRESSED', 2);
/**
* Class Memcache.
*
* @see https://se2.php.net/manual/en/class.memcache.php
*/
class memcache
{
public function connect($host, $port, $timeout)
{
}
public function pconnect($host, $port)
{
}
public function addserver($host, $port = 11211, $persistent = null, $weight = null, $timeout = null, $retry_interval = null, $status = null, callable $failure_callback = null, $timeoutms = null)
{
}
public function setserverparams()
{
}
public function setfailurecallback()
{
}
public function getserverstatus()
{
}
public function findserver()
{
}
public function getversion()
{
}
public function add($key, $var, $flag, $expire)
{
}
public function set()
{
}
public function replace()
{
}
public function cas()
{
}
public function append()
{
}
public function prepend()
{
}
public function get($key, &$flags = null)
{
}
public function delete($key, $timeout = 0)
{
}
public function getstats()
{
}
public function getExtendedStats($type, $slabid, $limit = 100)
{
}
public function setcompressthreshold()
{
}
public function increment()
{
}
public function decrement()
{
}
public function close()
{
}
public function flush()
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* This file is part of the Zephir.
*
* (c) Phalcon Team <[email protected]>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
define('MEMCACHE_HAVE_SESSION', 1);
define('MEMCACHE_COMPRESSED', 2);
/**
* Class Memcache.
*
* @see https://se2.php.net/manual/en/class.memcache.php
*/
class memcache
{
public function connect($host, $port, $timeout)
{
}
public function pconnect($host, $port)
{
}
public function addserver($host, $port = 11211, $persistent = null, $weight = null, $timeout = null, $retry_interval = null, $status = null, callable $failure_callback = null, $timeoutms = null)
{
}
public function setserverparams()
{
}
public function setfailurecallback()
{
}
public function getserverstatus()
{
}
public function findserver()
{
}
public function getversion()
{
}
public function add($key, $var, $flag, $expire)
{
}
public function set()
{
}
public function replace()
{
}
public function cas()
{
}
public function append()
{
}
public function prepend()
{
}
public function get($key, &$flags = null)
{
}
public function delete($key, $timeout = 0)
{
}
public function getstats()
{
}
public function getExtendedStats($type, $slabid, $limit = 100)
{
}
public function setcompressthreshold()
{
}
public function increment()
{
}
public function decrement()
{
}
public function close()
{
}
public function flush()
{
}
}
Function Calls
define | 1 |
Stats
MD5 | 170fcd7cec6abd71bdc3b3c14dae8b57 |
Eval Count | 0 |
Decode Time | 100 ms |