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; /** * Config * * @author sasou<[email protected]> * @version..

Decoded Output download

<?php
namespace Gene;

/**
 * Config
 * 
 * @author  sasou<[email protected]>
 * @version  3.0.5
 */
 
class Config
{
    public $safe;

    /**
     * __construct
     * 
     * @param mixed $safe safe
     * @return mixed
     */
    public function __construct($safe = null) {

    }

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

    }

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

    }

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

    }

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

    }

} ?>

Did this file decode correctly?

Original Code

<?php
namespace Gene;

/**
 * Config
 * 
 * @author  sasou<[email protected]>
 * @version  3.0.5
 */
 
class Config
{
    public $safe;

    /**
     * __construct
     * 
     * @param mixed $safe safe
     * @return mixed
     */
    public function __construct($safe = null) {

    }

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

    }

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

    }

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

    }

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

    }

}

Function Calls

None

Variables

None

Stats

MD5 e4562aaba36900367d97d9b674da52ba
Eval Count 0
Decode Time 617 ms