Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 522233 программиста и 2312 роботов. Сейчас ищут 2905 программистов ...
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