Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16696 программистов и 1647 роботов. Сейчас ищет 1141 программист ...
EventBuffer::substr - Substracts a portion of the buffer data
Вернуться к: EventBuffer
EventBuffer::substr
(PECL event >= 1.6.0)
EventBuffer::substr — 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.
Список параметров
-
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.
Смотрите также
- EventBuffer::read() - Read data from an evbuffer and drain the bytes read
Вернуться к: EventBuffer