EventBuffer::substr

(PECL event >= 1.6.0)
Substracts a portion of the buffer data
public string EventBuffer::substr ( int $start [, int $length ] )

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

Parameters:
start

The start position of data to be substracted.

length

Maximum number of bytes to substract.

Returns:

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

See also:

EventBuffer::read() -

doc_php
2016-02-24 16:08:16
Comments
Leave a Comment

Please login to continue.