| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 147 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
CachingStream:: (9 methods):
__construct()
getSize()
rewind()
seek()
read()
write()
eof()
close()
cacheEntireStream()
Class: CachingStream - X-Ref
Stream decorator that can cache previously read bytes from a sequentially| __construct(StreamInterface $stream,StreamInterface $target = null) X-Ref |
| We will treat the buffer object as the body of the stream param: StreamInterface $stream Stream to cache. The cursor is assumed to be at the beginning of the stream. param: StreamInterface $target Optionally specify where data is cached |
| getSize() X-Ref |
| No description |
| rewind() X-Ref |
| No description |
| seek($offset, $whence = SEEK_SET) X-Ref |
| No description |
| read($length) X-Ref |
| No description |
| write($string) X-Ref |
| No description |
| eof() X-Ref |
| No description |
| close() X-Ref |
| Close both the remote stream and buffer stream |
| cacheEntireStream() X-Ref |
| No description |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |