mini\Mail\EmailInterface::detach() Method

public abstract

Signature

public abstract function detach()

Documentation

Separates any underlying resources from the stream.

After the stream has been detached, the stream is in an unusable state.

Inherited From

Psr\Http\Message\StreamInterface

Source

StreamInterface.php:44