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 /** * Swoole(4.2.9) * @author shixinke(http://www.shixinke.com) * @modified 2018/11/..
Decoded Output download
<?php
/**
* Swoole(4.2.9)
* @author shixinke(http://www.shixinke.com)
* @modified 2018/11/28
*/
/**
*http
*/
namespace Swoole\Http;
class Response
{
/**
* @var int $fd
*
* @access public
*/
public $fd = 0;
/**
* @var array $header
* key
* @access public
*/
public $header = array();
/**
* @var array $cookie
* cookie
* @access public
*/
public $cookie = array();
/**
* @var array $trailer
* chunkedtrailer
* @access public
*/
public $trailer = array();
/**
*
*
* @example
* @return
*/
public function initHeader()
{
}
/**
*
*cookie
* @example
* @param string $name cookie
* @param string $value cookie
* @param int $expires
* @param string $path
* @param string $domain
* @param boolean $secure HTTPS
* @param boolean $httponly http
* @return
*/
public function cookie(string $name, string $value, int $expires, string $path, string $domain, bool $secure, bool $httponly)
{
}
/**
*
*cookie
* @example
* @param string $name cookie
* @param string $value cookie
* @param int $expires
* @param string $path
* @param string $domain
* @param boolean $secure HTTPS
* @param boolean $httponly http
* @return
*/
public function rawcookie(string $name, string $value, int $expires, string $path, string $domain, bool $secure, bool $httponly)
{
}
/**
*
*http
* @example
* @param int $http_code
* @return
*/
public function status(int $http_code)
{
}
/**
*
*gzip
* @example
* @param int $compress_level
* @return
*/
public function gzip(int $compress_level)
{
}
/**
*
*
* @example
* @param string $key key
* @param string $value
* @param boolean $ucwords
* @return
*/
public function header(string $key, string $value, bool $ucwords)
{
}
/**
*
*
* @example
* @param string $key
* @param mixed $value
* @param bool $ucwords
* @return
*/
public function trailer(string $key, $value, bool $ucwords)
{
}
/**
*
*Http Chunk
* @example
* @param string $content
* @return
*/
public function write(string $content)
{
}
/**
*
*
* @example
* @param string $content
* @return
*/
public function end(string $content)
{
}
/**
*
*
* @example
* @param string $filename
* @param int $offset
* @param int $length
* @return
*/
public function sendfile(string $filename, int $offset, int $length)
{
}
/**
*
*(PHPserialize() __sleep() ,. : . ,. . ,,__sleep,)
* @example
* @return
*/
public function __sleep()
{
}
/**
*
*(unserialize() ,__wakeup __wakeup __wakeup )
* @example
* @return
*/
public function __wakeup()
{
}
/**
*
*
* @example
* @return
*/
public function __destruct()
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Swoole(4.2.9)
* @author shixinke(http://www.shixinke.com)
* @modified 2018/11/28
*/
/**
*http
*/
namespace Swoole\Http;
class Response
{
/**
* @var int $fd
*
* @access public
*/
public $fd = 0;
/**
* @var array $header
* key
* @access public
*/
public $header = array();
/**
* @var array $cookie
* cookie
* @access public
*/
public $cookie = array();
/**
* @var array $trailer
* chunkedtrailer
* @access public
*/
public $trailer = array();
/**
*
*
* @example
* @return
*/
public function initHeader()
{
}
/**
*
*cookie
* @example
* @param string $name cookie
* @param string $value cookie
* @param int $expires
* @param string $path
* @param string $domain
* @param boolean $secure HTTPS
* @param boolean $httponly http
* @return
*/
public function cookie(string $name, string $value, int $expires, string $path, string $domain, bool $secure, bool $httponly)
{
}
/**
*
*cookie
* @example
* @param string $name cookie
* @param string $value cookie
* @param int $expires
* @param string $path
* @param string $domain
* @param boolean $secure HTTPS
* @param boolean $httponly http
* @return
*/
public function rawcookie(string $name, string $value, int $expires, string $path, string $domain, bool $secure, bool $httponly)
{
}
/**
*
*http
* @example
* @param int $http_code
* @return
*/
public function status(int $http_code)
{
}
/**
*
*gzip
* @example
* @param int $compress_level
* @return
*/
public function gzip(int $compress_level)
{
}
/**
*
*
* @example
* @param string $key key
* @param string $value
* @param boolean $ucwords
* @return
*/
public function header(string $key, string $value, bool $ucwords)
{
}
/**
*
*
* @example
* @param string $key
* @param mixed $value
* @param bool $ucwords
* @return
*/
public function trailer(string $key, $value, bool $ucwords)
{
}
/**
*
*Http Chunk
* @example
* @param string $content
* @return
*/
public function write(string $content)
{
}
/**
*
*
* @example
* @param string $content
* @return
*/
public function end(string $content)
{
}
/**
*
*
* @example
* @param string $filename
* @param int $offset
* @param int $length
* @return
*/
public function sendfile(string $filename, int $offset, int $length)
{
}
/**
*
*(PHPserialize() __sleep() ,. : . ,. . ,,__sleep,)
* @example
* @return
*/
public function __sleep()
{
}
/**
*
*(unserialize() ,__wakeup __wakeup __wakeup )
* @example
* @return
*/
public function __wakeup()
{
}
/**
*
*
* @example
* @return
*/
public function __destruct()
{
}
}
Function Calls
None |
Stats
MD5 | 36ec6f8677e6822cdeede52e19b9a2c3 |
Eval Count | 0 |
Decode Time | 97 ms |