Php/docs/eventbuffer.substr

提供:Dev Guides
< Php
2020年12月14日 (月) 11:54時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

EventBuffer::substr

(PECL event >= 1.6.0)

EventBuffer::substrSubstracts a portion of the buffer data


説明

public EventBuffer::substr ( int $start [, int $length ] ) : string

Substracts up to length bytes of the buffer data beginning at start position.


パラメータ

start
The start position of data to be substracted.
length
Maximum number of bytes to substract.


返り値

Returns the data substracted as a string on success, or false on failure.


参考