public function Stream::getUri

Get the URI/filename associated with this stream

Return value

string

Overrides StreamInterface::getUri

2 calls to Stream::getUri()

File

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

Class

Stream
PHP stream implementation

Namespace

Guzzle\Stream

Code

public function getUri() {
  return $this->cache['uri'];
}