略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: Swoole\Buffer::substr

2024-04-28

Swoole\Buffer::substr

(PECL swoole >= 1.9.0)

Swoole\Buffer::substrRead data from the memory buffer based on offset and length. Or remove data from the memory buffer.

说明

public Swoole\Buffer::substr(int $offset, int $length = ?, bool $remove = ?): string

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.

参数

offset

The offset.

length

The length.

remove

Whether to remove the data from the memory buffer.

返回值

The data or string readed from the memory buffer.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/swoole-buffer.substr.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3