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 /** * Yaf(3.0.7) * @author shixinke(http://www.shixinke.com) * @modified 2018/05/20 ..

Decoded Output download

<?php
/**
* Yaf(3.0.7)
* @author shixinke(http://www.shixinke.com)
* @modified 2018/05/20
*/

/**
*yaf
*/
namespace Yaf\Route;
final class Regex implements \Yaf\Route_Interface
{
    /**
     * @var array $_route 
     * 
     * @access protected
     */
    protected $_route    =    array();

    /**
     * @var array $_default 
     * 
     * @access protected
     */
    protected $_default    =    array();

    /**
     * @var array $_maps 
     * 
     * @access protected
     */
    protected $_maps    =    array();

    /**
     * @var array $_verify 
     * 
     * @access protected
     */
    protected $_verify    =    array();

    /**
     * @var string $_reverse 
     * 
     * @access protected
     */
    protected $_reverse;

    /**
     * 
     *
     * @example 
     * @param string $match 
     * @param array $route 
     * @param array $map 
     * @param array $verify 
     * @param string $reverse  
     * @return 
     */
    public function __construct(string $match, Array $route, Array $map, Array $verify, string $reverse )
    {
    
    }

    /**
     * 
     *
     * @example 
     * @param Yaf_Request_Abstract $request 
     * @return bool
     */
    public function route(Yaf_Request_Abstract $request): bool
    {
    
    }

    /**
     * 
     *
     * @example 
     * @param array $info 
     * @param array $query 
     * @return string
     */
    public function assemble(Array $info, Array $query): string
    {
    
    }

}

 ?>

Did this file decode correctly?

Original Code

<?php
/**
* Yaf(3.0.7)
* @author shixinke(http://www.shixinke.com)
* @modified 2018/05/20
*/

/**
*yaf
*/
namespace Yaf\Route;
final class Regex implements \Yaf\Route_Interface
{
    /**
     * @var array $_route 
     * 
     * @access protected
     */
    protected $_route    =    array();

    /**
     * @var array $_default 
     * 
     * @access protected
     */
    protected $_default    =    array();

    /**
     * @var array $_maps 
     * 
     * @access protected
     */
    protected $_maps    =    array();

    /**
     * @var array $_verify 
     * 
     * @access protected
     */
    protected $_verify    =    array();

    /**
     * @var string $_reverse 
     * 
     * @access protected
     */
    protected $_reverse;

    /**
     * 
     *
     * @example 
     * @param string $match 
     * @param array $route 
     * @param array $map 
     * @param array $verify 
     * @param string $reverse  
     * @return 
     */
    public function __construct(string $match, Array $route, Array $map, Array $verify, string $reverse )
    {
    
    }

    /**
     * 
     *
     * @example 
     * @param Yaf_Request_Abstract $request 
     * @return bool
     */
    public function route(Yaf_Request_Abstract $request): bool
    {
    
    }

    /**
     * 
     *
     * @example 
     * @param array $info 
     * @param array $query 
     * @return string
     */
    public function assemble(Array $info, Array $query): string
    {
    
    }

}

Function Calls

None

Variables

None

Stats

MD5 9e8054bab41e831b016cdf133effee88
Eval Count 0
Decode Time 93 ms