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 namespace Gene\Cache; /** * Memcached * * @author sasou<[email protected]> *..

Decoded Output download

<?php
namespace Gene\Cache;

/**
 * Memcached
 * 
 * @author  sasou<[email protected]>
 * @version  3.0.5
 */
 
class Memcached
{
    public $config;
    public $obj;
    public $mehandler;

    /**
     * decr
     * 
     * @param mixed $key key
     * @param mixed $value value
     * @return mixed
     */
    public function decr($key, $value = 1) {

    }

    /**
     * incr
     * 
     * @param mixed $key key
     * @param mixed $value value
     * @return mixed
     */
    public function incr($key, $value = 1) {

    }

    /**
     * get
     * 
     * @param mixed $key key
     * @return mixed
     */
    public function get($key) {

    }

    /**
     * set
     * 
     * @param mixed $key key
     * @param mixed $value value
     * @param mixed $ttl ttl
     * @param mixed $flag flag
     * @return mixed
     */
    public function set($key, $value, $ttl = 1, $flag = null) {

    }

    /**
     * __call
     * 
     * @param mixed $method method
     * @param mixed $params params
     * @return mixed
     */
    public function __call($method, $params) {

    }

    /**
     * __construct
     * 
     * @return mixed
     */
    public function __construct() {

    }

} ?>

Did this file decode correctly?

Original Code

<?php
namespace Gene\Cache;

/**
 * Memcached
 * 
 * @author  sasou<[email protected]>
 * @version  3.0.5
 */
 
class Memcached
{
    public $config;
    public $obj;
    public $mehandler;

    /**
     * decr
     * 
     * @param mixed $key key
     * @param mixed $value value
     * @return mixed
     */
    public function decr($key, $value = 1) {

    }

    /**
     * incr
     * 
     * @param mixed $key key
     * @param mixed $value value
     * @return mixed
     */
    public function incr($key, $value = 1) {

    }

    /**
     * get
     * 
     * @param mixed $key key
     * @return mixed
     */
    public function get($key) {

    }

    /**
     * set
     * 
     * @param mixed $key key
     * @param mixed $value value
     * @param mixed $ttl ttl
     * @param mixed $flag flag
     * @return mixed
     */
    public function set($key, $value, $ttl = 1, $flag = null) {

    }

    /**
     * __call
     * 
     * @param mixed $method method
     * @param mixed $params params
     * @return mixed
     */
    public function __call($method, $params) {

    }

    /**
     * __construct
     * 
     * @return mixed
     */
    public function __construct() {

    }

}

Function Calls

None

Variables

None

Stats

MD5 2845cb7e099945d65538f5d02952d456
Eval Count 0
Decode Time 111 ms