Home > PHP > Function > > HaruDoc::readFromStream()

HaruDoc::readFromStream()

HaruDoc::readFromStream - Read data from the temporary stream

Syntax

string HaruDoc::readFromStream (int $bytes)

Arguments

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

Description

Read data from the temporary stream.

Version

PHP PECL haru >= 0.0.1

Return value

Returns data from the temporary stream.