GoLang HaruDoc::readFromStream

request it (254)
GoLang replacement for PHP's HaruDoc::readFromStream [edit | history]



Do you know a GoLang replacement for PHP's HaruDoc::readFromStream? Write it!

PHP HaruDoc::readFromStream

PHP original manual for HaruDoc::readFromStream [ show | php.net ]

HaruDoc::readFromStream

(PECL haru >= 0.0.1)

HaruDoc::readFromStreamRead data from the temporary stream

Description

string HaruDoc::readFromStream ( int $bytes )

Read data from the temporary stream.

Parameters

bytes

The bytes parameter specifies how many bytes to read, though the stream may contain less bytes than requested.

Return Values

Returns data from the temporary stream.

Errors/Exceptions

Throws a HaruException on error.

See Also