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 Swoole; /** * Swoole * Class Ojbect * * @package Swoole * @property ..
Decoded Output download
<?php
namespace Swoole;
/**
* Swoole
* Class Ojbect
*
* @package Swoole
* @property Database $db
* @property Client\CoMySQL $codb
* @property IFace\Cache $cache
* @property Upload $upload
* @property Component\Event $event
* @property Session $session
* @property Template $tpl
* @property \Redis $redis
* @property \MongoClient $mongo
* @property Config $config
* @property Http\PWS $http
* @property Log $log
* @property Auth $user
* @property URL $url
* @property Limit $limit
* @property Request $request
* @property Response $response
* @method Database db
* @method \MongoClient mongo
* @method
edis redis
* @method IFace\Cache cache
* @method URL url
* @method Client\CoMySQL codb
* @method Platform\Linux os
*/
class Object
{
/**
* @var \Swoole
*/
public $swoole;
function __get($key)
{
return $this->swoole->$key;
}
function __call($func, $param)
{
return call_user_func_array(array($this->swoole, $func), $param);
}
} ?>
Did this file decode correctly?
Original Code
<?php
namespace Swoole;
/**
* Swoole
* Class Ojbect
*
* @package Swoole
* @property Database $db
* @property Client\CoMySQL $codb
* @property IFace\Cache $cache
* @property Upload $upload
* @property Component\Event $event
* @property Session $session
* @property Template $tpl
* @property \Redis $redis
* @property \MongoClient $mongo
* @property Config $config
* @property Http\PWS $http
* @property Log $log
* @property Auth $user
* @property URL $url
* @property Limit $limit
* @property Request $request
* @property Response $response
* @method Database db
* @method \MongoClient mongo
* @method \redis redis
* @method IFace\Cache cache
* @method URL url
* @method Client\CoMySQL codb
* @method Platform\Linux os
*/
class Object
{
/**
* @var \Swoole
*/
public $swoole;
function __get($key)
{
return $this->swoole->$key;
}
function __call($func, $param)
{
return call_user_func_array(array($this->swoole, $func), $param);
}
}
Function Calls
None |
Stats
MD5 | c5a2a881e2f7032448a3ede2b357c091 |
Eval Count | 0 |
Decode Time | 118 ms |