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)
}
目次