PHP » GoLang |
login |
register |
about
|
GoLang Swoole\Buffer::substr
request it (404)
GoLang replacement for PHP's Swoole\Buffer::substr
[edit | history]
Swoole\Buffer::substr(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0) Swoole\Buffer::substr — Read data from the memory buffer based on offset and length. Or remove data from the memory buffer. Description
public string Swoole\Buffer::substr
( integer
$offset
[, integer $length
[, bool $remove
]] )If $remove is set to be true and $offset is set to be 0, the data will be removed from the buffer. The memory for storing the data will be released when the buffer object is deconstructed. Parameters
Return ValuesThe data or string readed from the memory buffer. |
more
Recently updated
more
Most requested
more
Last requests
|