public function StreamInterface::isWritable in Lockr 7.3
Returns whether or not the stream is writable.
Return value
bool
5 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.
- Stream::isWritable in vendor/
guzzlehttp/ psr7/ src/ Stream.php - Returns whether or not the stream is writable.
File
- vendor/
psr/ http-message/ src/ StreamInterface.php, line 106
Class
- StreamInterface
- Describes a data stream.
Namespace
Psr\Http\MessageCode
public function isWritable();