PersistentGeneratorStream
in package
implements
StreamInterface
FinalYes
Table of Contents
Interfaces
- StreamInterface
Methods
- __construct() : mixed
- __toString() : mixed
- close() : mixed
- detach() : mixed
- eof() : mixed
- getContents() : mixed
- getMetadata() : mixed
- getSize() : mixed
- isReadable() : mixed
- isSeekable() : mixed
- isWritable() : mixed
- read() : mixed
- rewind() : mixed
- seek() : mixed
- tell() : mixed
- write() : mixed
Methods
__construct()
public
__construct(ChunkWriterInterface $writer) : mixed
Parameters
- $writer : ChunkWriterInterface
__toString()
public
__toString() : mixed
close()
public
close() : mixed
detach()
public
detach() : mixed
eof()
public
eof() : mixed
getContents()
public
getContents() : mixed
getMetadata()
public
getMetadata([mixed $key = null ]) : mixed
Parameters
- $key : mixed = null
getSize()
public
getSize() : mixed
isReadable()
public
isReadable() : mixed
isSeekable()
public
isSeekable() : mixed
isWritable()
public
isWritable() : mixed
read()
public
read(mixed $length) : mixed
Parameters
- $length : mixed
rewind()
public
rewind() : mixed
seek()
public
seek(mixed $offset[, mixed $whence = SEEK_SET ]) : mixed
Parameters
- $offset : mixed
- $whence : mixed = SEEK_SET
tell()
public
tell() : mixed
write()
public
write(mixed $string) : mixed
Parameters
- $string : mixed