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
*/
/**
*
*/
namespace Swoole\Memory\Pool;
class Slice
{
/**
*
*
* @example
* @param int $size
* @param int $offset
* @return
*/
public function read(int $size, int $offset)
{
}
/**
*
*
* @example
* @param string $data
* @param int $offset
* @return
*/
public function write(string $data, int $offset)
{
}
/**
*
*
* @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
*/
/**
*
*/
namespace Swoole\Memory\Pool;
class Slice
{
/**
*
*
* @example
* @param int $size
* @param int $offset
* @return
*/
public function read(int $size, int $offset)
{
}
/**
*
*
* @example
* @param string $data
* @param int $offset
* @return
*/
public function write(string $data, int $offset)
{
}
/**
*
*
* @example
* @return
*/
public function __destruct()
{
}
}
Function Calls
None |
Stats
MD5 | 64f20994914630780f6aaf9e57eb0d6e |
Eval Count | 0 |
Decode Time | 83 ms |