public function StreamInterface::isWritable

Check if the stream is writable

Return value

bool

2 methods override StreamInterface::isWritable()
AbstractEntityBodyDecorator::isWritable in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Check if the stream is writable
Stream::isWritable in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Check if the stream is writable

File

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

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function isWritable();