| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Copyright 2009-2014 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (BSD). If you did not receive this file, see http://www.horde.org/licenses/bsd.
| Copyright: | 2009-2014 Horde LLC |
| License: | http://www.horde.org/licenses/bsd BSD |
| File Size: | 309 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Horde_Stream_Wrapper_Combine:: (8 methods):
getStream()
stream_open()
stream_read()
stream_write()
stream_tell()
stream_eof()
stream_stat()
stream_seek()
Class: Horde_Stream_Wrapper_Combine - X-Ref
A stream wrapper that will combine multiple strings/streams into a single| getStream($data) X-Ref |
| Create a stream from multiple data sources. param: array $data An array of strings and/or streams to combine into return: resource A PHP stream. |
| stream_open($path, $mode, $options, &$opened_path) X-Ref |
param: string $path param: string $mode param: integer $options param: string &$opened_path |
| stream_read($count) X-Ref |
param: integer $count return: mixed |
| stream_write($data) X-Ref |
param: string $data return: integer |
| stream_tell() X-Ref |
return: integer |
| stream_eof() X-Ref |
return: boolean |
| stream_stat() X-Ref |
return: array |
| stream_seek($offset, $whence) X-Ref |
param: integer $offset param: integer $whence SEEK_SET, SEEK_CUR, or SEEK_END return: boolean |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |