public function Stream::getWrapperData

Wrapper specific data attached to this stream.

Return value

string

Overrides StreamInterface::getWrapperData

File

drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php, line 161

Class

Stream
PHP stream implementation

Namespace

Guzzle\Stream

Code

public function getWrapperData() {
  return $this
    ->getMetaData('wrapper_data') ?: array();
}