Swoole
PHP Manual

The Swoole\Buffer class

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

简介

类摘要

Swoole\Buffer {
/* 方法 */
public integer append ( string $data )
public void clear ( void )
public void __destruct ( void )
public integer expand ( integer $size )
public string read ( integer $offset , integer $length )
public void recycle ( void )
public string substr ( integer $offset [, integer $length [, bool $remove ]] )
public string __toString ( void )
public void write ( integer $offset , string $data )
}

Table of Contents


Swoole
PHP Manual