Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 110112 программистов и 5171 робот. Сейчас ищут 1594 программиста ...
HaruDoc::readFromStream - Read data from the temporary stream
Вернуться к: HaruDoc
HaruDoc::readFromStream
(PECL haru >= 0.0.1)
HaruDoc::readFromStream — Read data from the temporary stream
Описание
string HaruDoc::readFromStream
( int
$bytes
)Read data from the temporary stream.
Список параметров
-
bytes -
The
bytesparameter specifies how many bytes to read, though the stream may contain less bytes than requested.
Возвращаемые значения
Returns data from the temporary stream.
Ошибки
Вызывает исключение HaruException при ошибке.
Смотрите также
- HaruDoc::saveToStream() - Save the document into a temporary stream
- HaruDoc::resetStream() - Rewind the temporary stream
- HaruDoc::getStreamSize() - Get the size of the temporary stream
Вернуться к: HaruDoc