PHP stream implementation
Expanded class hierarchy of Stream
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Stream:: |
protected | property | ||
Stream:: |
protected static | property | ||
Stream:: |
protected | property | ||
Stream:: |
protected | property | ||
Stream:: |
public | function |
Returns the current position of the file read/write pointer Overrides StreamInterface:: |
|
Stream:: |
public static | function | Calculate a hash of a Stream | |
Stream:: |
public | function |
Get stream metadata Overrides StreamInterface:: |
|
Stream:: |
public | function |
Get the size of the stream if able Overrides StreamInterface:: |
|
Stream:: |
public | function |
Get the stream resource Overrides StreamInterface:: |
|
Stream:: |
public | function |
Get a label describing the underlying implementation of the stream Overrides StreamInterface:: |
|
Stream:: |
public | function |
Get the URI/filename associated with this stream Overrides StreamInterface:: |
|
Stream:: |
public | function |
Get the stream wrapper type Overrides StreamInterface:: |
|
Stream:: |
public | function |
Wrapper specific data attached to this stream. Overrides StreamInterface:: |
|
Stream:: |
public | function |
Check if the stream has been consumed Overrides StreamInterface:: |
|
Stream:: |
public | function |
Check if the stream is a local stream vs a remote stream Overrides StreamInterface:: |
|
Stream:: |
public | function |
Check if the stream is readable Overrides StreamInterface:: |
|
Stream:: |
public | function |
Check if the string is repeatable Overrides StreamInterface:: |
|
Stream:: |
public | function |
Check if the stream is writable Overrides StreamInterface:: |
|
Stream:: |
constant | |||
Stream:: |
constant | |||
Stream:: |
constant | |||
Stream:: |
public | function |
Read data from the stream Overrides StreamInterface:: |
|
Stream:: |
protected | function | Reprocess stream metadata | |
Stream:: |
public | function |
Rewind to the beginning of the stream Overrides StreamInterface:: |
1 |
Stream:: |
public | function |
Seek to a position in the stream Overrides StreamInterface:: |
|
Stream:: |
constant | |||
Stream:: |
public | function |
Specify the size of the stream in bytes Overrides StreamInterface:: |
|
Stream:: |
public | function |
Set the stream that is wrapped by the object Overrides StreamInterface:: |
|
Stream:: |
constant | |||
Stream:: |
constant | |||
Stream:: |
public | function |
Write data to the stream Overrides StreamInterface:: |
|
Stream:: |
public | function | Construct a new Stream | |
Stream:: |
public | function | Closes the stream when the helper is destructed | |
Stream:: |
public | function |
Convert the stream to a string if the stream is readable and the stream is seekable. Overrides StreamInterface:: |