You are here

public function StreamInterface::isWritable in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/psr/http-message/src/StreamInterface.php \Psr\Http\Message\StreamInterface::isWritable()

Returns whether or not the stream is writable.

Return value

bool

8 methods override StreamInterface::isWritable()
AppendStream::isWritable in vendor/guzzlehttp/psr7/src/AppendStream.php
Returns whether or not the stream is writable.
BufferStream::isWritable in vendor/guzzlehttp/psr7/src/BufferStream.php
Returns whether or not the stream is writable.
FnStream::isWritable in vendor/guzzlehttp/psr7/src/FnStream.php
Returns whether or not the stream is writable.
PumpStream::isWritable in vendor/guzzlehttp/psr7/src/PumpStream.php
Returns whether or not the stream is writable.
RelativeStream::isWritable in vendor/zendframework/zend-diactoros/src/RelativeStream.php
Returns whether or not the stream is writable.

... See full list

File

vendor/psr/http-message/src/StreamInterface.php, line 106

Class

StreamInterface
Describes a data stream.

Namespace

Psr\Http\Message

Code

public function isWritable();