mini\Http\Message\Stream::getMetadata() Method

public

Signature

public function getMetadata($key = NULL)

Parameters

Name Type Default Description
$key mixed NULL Documentation missing

Documentation

Get stream metadata as an associative array or retrieve a specific key.

The keys returned are identical to the keys returned from PHP's stream_get_meta_data() function.

Source

src/Http/Message/StreamTrait.php:265-274