[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 165 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
StreamWrapper:: (12 methods):
getResource()
createStreamContext()
register()
stream_open()
stream_read()
stream_write()
stream_tell()
stream_eof()
stream_seek()
stream_cast()
stream_stat()
url_stat()
Class: StreamWrapper - 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 |
createStreamContext(StreamInterface $stream) X-Ref |
Creates a stream context that can be used to open a stream as a php stream resource. param: StreamInterface $stream 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_cast($cast_as) X-Ref |
No description |
stream_stat() X-Ref |
No description |
url_stat($path, $flags) X-Ref |
No description |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |