\Horde_Support_CombineStream

Provides access to the Combine stream wrapper.

Summary

Methods
Properties
Constants
__construct()
fopen()
getFileObject()
installWrapper()
getData()
No public properties found
No constants found
No protected methods found
$_data
N/A
No private methods found
No private properties found
N/A

Properties

$_data

$_data : array

Data.

Type

array

Methods

__construct()

__construct(array  $data) 

Constructor

Parameters

array $data

An array of strings and/or streams to combine into a single stream.

fopen()

fopen() : resource

Return a stream handle to this stream.

Returns

resource

getFileObject()

getFileObject() : \SplFileObject

Return an SplFileObject representing this stream

Returns

\SplFileObject

installWrapper()

installWrapper() 

Install the horde-combine stream wrapper if it isn't already registered.

Throws

\Exception

getData()

getData() : array

Return a reference to the data.

Returns

array