|
The Swoole\Buffer classはじめに
クラス概要Swoole\Buffer
class Swoole\Buffer
{
/* メソッド */
public int append(string
$data )public void clear()
public void __destruct()
public int expand(int
$size )public string read(int
$offset , int $length )public void recycle()
public string substr(int
$offset , int $length = ?, bool $remove = ?)public string __toString()
public void write(int
}$offset , string $data )
|