HaruDoc::saveToStream
(PECL haru >= 0.0.1)
HaruDoc::saveToStream — Save the document into a temporary stream
Описание
HaruDoc::saveToStream
( void
) : bool
Saves the document data into a temporary stream.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns TRUE
on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Смотрите также
- HaruDoc::resetStream() - Rewind the temporary stream
- HaruDoc::getStreamSize() - Get the size of the temporary stream
- HaruDoc::readFromStream() - Read data from the temporary stream