| [ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 117 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
GuzzleStreamWrapper:: (9 methods):
getResource()
register()
stream_open()
stream_read()
stream_write()
stream_tell()
stream_eof()
stream_seek()
stream_stat()
Class: GuzzleStreamWrapper - X-Ref
Converts Guzzle streams into PHP stream resources.| getResource(StreamInterface $stream) X-Ref |
| Returns a resource representing the stream. param: StreamInterface $stream The stream to get a resource for return: resource |
| register() X-Ref |
| Registers the stream wrapper if needed |
| stream_open($path, $mode, $options, &$opened_path) X-Ref |
| No description |
| stream_read($count) X-Ref |
| No description |
| stream_write($data) X-Ref |
| No description |
| stream_tell() X-Ref |
| No description |
| stream_eof() X-Ref |
| No description |
| stream_seek($offset, $whence) X-Ref |
| No description |
| stream_stat() X-Ref |
| No description |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |