|
StreamManager
v0.1.1
PHP stream manager
|
Inheritance diagram for fpoirotte\StreamManager\StreamWrapper:Public Member Functions | |
| count () | |
| sendOutput () | |
| stream_close () | |
| stream_eof () | |
| stream_flush () | |
| stream_lock ($operation) | |
| stream_open ($path, $mode, $options, &$opened_path) | |
| stream_read ($count) | |
| stream_seek ($offset, $whence=SEEK_SET) | |
| stream_set_option ($option, $arg1, $arg2) | |
| stream_stat () | |
| stream_tell () | |
| stream_truncate ($new_size) | |
| stream_write ($data) | |
Public Attributes | |
| $context | |
Static Protected Member Functions | |
| static | isStream ($value) |
Protected Attributes | |
| $filteredStream | |
| $outputBuffer = '' | |
| $rawStream | |
Definition at line 8 of file StreamWrapper.php.
| fpoirotte\StreamManager\StreamWrapper::count | ( | ) |
Count elements of an object.
This method is executed when using the count() function on an object implementing the Countable interface.
| int | The custom count as an integer. |
Implements Countable.
Definition at line 57 of file StreamWrapper.php.