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 /** * Redis(5.1.1) * @author shixinke(http://www.shixinke.com) * @modified 2019/12/1..
Decoded Output download
<?php
/**
* Redis(5.1.1)
* @author shixinke(http://www.shixinke.com)
* @modified 2019/12/14
*/
/**
*redis
*/
class RedisClusterException extends Exception implements Throwable
{
/**
* @var string $message
*
* @access protected
*/
protected $message = '';
/**
* @var int $code
*
* @access protected
*/
protected $code = 0;
/**
* @var string $file
*
* @access protected
*/
protected $file;
/**
* @var int $line
*
* @access protected
*/
protected $line;
/**
*
*()
* @example
* @return
*/
private final function __clone()
{
}
/**
*
*
* @example
* @param string $message
* @param int $code
* @param Throwable $previous
* @return
*/
public function __construct(string $message, int $code, Throwable $previous)
{
}
/**
*
*(unserialize() ,__wakeup __wakeup __wakeup )
* @example
* @return
*/
public function __wakeup()
{
}
/**
*
*
* @example
* @return string
*/
public final function getMessage(): string
{
}
/**
*
*
* @example
* @return int
*/
public final function getCode(): int
{
}
/**
*
*
* @example
* @return string
*/
public final function getFile(): string
{
}
/**
*
*
* @example
* @return int
*/
public final function getLine(): int
{
}
/**
*
*
* @example
* @return array
*/
public final function getTrace(): array
{
}
/**
*
*
* @example
* @return Throwable
*/
public final function getPrevious()
{
return new Exception();
}
/**
*
*
* @example
* @return string
*/
public final function getTraceAsString(): string
{
}
/**
*
*
* @example
* @return
*/
public function __toString()
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Redis(5.1.1)
* @author shixinke(http://www.shixinke.com)
* @modified 2019/12/14
*/
/**
*redis
*/
class RedisClusterException extends Exception implements Throwable
{
/**
* @var string $message
*
* @access protected
*/
protected $message = '';
/**
* @var int $code
*
* @access protected
*/
protected $code = 0;
/**
* @var string $file
*
* @access protected
*/
protected $file;
/**
* @var int $line
*
* @access protected
*/
protected $line;
/**
*
*()
* @example
* @return
*/
private final function __clone()
{
}
/**
*
*
* @example
* @param string $message
* @param int $code
* @param Throwable $previous
* @return
*/
public function __construct(string $message, int $code, Throwable $previous)
{
}
/**
*
*(unserialize() ,__wakeup __wakeup __wakeup )
* @example
* @return
*/
public function __wakeup()
{
}
/**
*
*
* @example
* @return string
*/
public final function getMessage(): string
{
}
/**
*
*
* @example
* @return int
*/
public final function getCode(): int
{
}
/**
*
*
* @example
* @return string
*/
public final function getFile(): string
{
}
/**
*
*
* @example
* @return int
*/
public final function getLine(): int
{
}
/**
*
*
* @example
* @return array
*/
public final function getTrace(): array
{
}
/**
*
*
* @example
* @return Throwable
*/
public final function getPrevious()
{
return new Exception();
}
/**
*
*
* @example
* @return string
*/
public final function getTraceAsString(): string
{
}
/**
*
*
* @example
* @return
*/
public function __toString()
{
}
}
Function Calls
None |
Stats
MD5 | 86ac67373d7ba063ca87deec7d4cfe90 |
Eval Count | 0 |
Decode Time | 90 ms |