PHP Manual
Function Reference
Other Basic Extensions
Swoole
Swoole\Buffer
Swoole\Buffer::append
Swoole\Buffer::clear
Swoole\Buffer::__construct
Swoole\Buffer::__destruct
Swoole\Buffer::expand
Swoole\Buffer::read
Swoole\Buffer::recycle
Swoole\Buffer::substr
Swoole\Buffer::__toString
Swoole\Buffer::write
Swoole\Buffer::__destruct
Swoole\Buffer::read
Swoole\Buffer
PHP Manual
Swoole\Buffer::expand
Expand the size of memory buffer.
Description
public
int
Swoole\Buffer::expand
(
int
$size
)
Parameters
size
The new size of the memory buffer.
Return Values
The new size of the memory buffer.