mini\Mail\EmailInterface::read() Method

public abstract

Signature

public abstract function read(int $length): string

Parameters

Name Type Default Description
$length int required Documentation missing

Returns

string

Documentation

Read data from the stream.

Inherited From

Psr\Http\Message\StreamInterface

Source

StreamInterface.php:134