public function StreamInterface::getUri

Get the URI/filename associated with this stream

Return value

string

2 methods override StreamInterface::getUri()
AbstractEntityBodyDecorator::getUri in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Get the URI/filename associated with this stream
Stream::getUri in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Get the URI/filename associated with this stream

File

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

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function getUri();