public function StreamInterface::isLocal

Check if the stream is a local stream vs a remote stream

Return value

bool

2 methods override StreamInterface::isLocal()
AbstractEntityBodyDecorator::isLocal in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Check if the stream is a local stream vs a remote stream
Stream::isLocal in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Check if the stream is a local stream vs a remote stream

File

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

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function isLocal();