Horde_Support_CombineStream
in package
implements
Horde_Stream_Wrapper_CombineStream
Provides access to the Combine stream wrapper.
Tags
Interfaces, Classes and Traits
- Horde_Stream_Wrapper_CombineStream
Table of Contents
- $_data : array<string|int, mixed>
- Data.
- __construct() : mixed
- Constructor
- fopen() : resource
- Return a stream handle to this stream.
- getData() : array<string|int, mixed>
- Return a reference to the data.
- getFileObject() : SplFileObject
- Return an SplFileObject representing this stream
- installWrapper() : mixed
- Install the horde-combine stream wrapper if it isn't already registered.
Properties
$_data
Data.
protected
array<string|int, mixed>
$_data
Methods
__construct()
Constructor
public
__construct(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
-
An array of strings and/or streams to combine into a single stream.
Return values
mixed —fopen()
Return a stream handle to this stream.
public
fopen() : resource
Return values
resource —getData()
Return a reference to the data.
public
getData() : array<string|int, mixed>
Return values
array<string|int, mixed> —getFileObject()
Return an SplFileObject representing this stream
public
getFileObject() : SplFileObject
Return values
SplFileObject —installWrapper()
Install the horde-combine stream wrapper if it isn't already registered.
public
installWrapper() : mixed