Stream
final class Stream implements StreamInterface
Properties
protected string | $content |
Methods
__toString()
No description
close()
No description
detach()
No description
getSize()
No description
tell()
No description
eof()
No description
isSeekable()
No description
seek($offset, $whence = SEEK_SET)
No description
rewind()
No description
isWritable()
No description
write($string)
No description
isReadable()
No description
read($length)
No description
getContents()
No description
getMetadata($key = null)
No description
Details
at line 19
static Stream
make(string $content)
Creates a Stream from string