PHP Velho Oeste 2024

HaruDoc::readFromStream

(PECL haru >= 0.0.1)

HaruDoc::readFromStreamRead data from the temporary stream

Beschreibung

HaruDoc::readFromStream ( int $bytes ) : string

Read data from the temporary stream.

Parameter-Liste

bytes

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

Rückgabewerte

Returns data from the temporary stream.

Fehler/Exceptions

Wirft eine HaruException bei Fehlern.

Siehe auch

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top