public function Stream::isWritable

Check if the stream is writable

Return value

bool

Overrides StreamInterface::isWritable

File

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

Class

Stream
PHP stream implementation

Namespace

Guzzle\Stream

Code

public function isWritable() {
  return $this->cache[self::IS_WRITABLE];
}