The Swoole\Buffer class
(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)
类摘要
Swoole\Buffer
{
public append
(
string $data
) :
integer
public clear
(
void
) :
void
public expand
(
integer $size
) :
integer
public read
(
integer $offset
,
integer $length
) :
string
public substr
(
integer $offset
[,
integer $length
[,
bool $remove
]] ) :
string
public write
(
integer $offset
,
string $data
) :
void
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.