Documentation

CombineStream
in package
implements Horde_Stream_Wrapper_CombineStream

Provides access to the Combine stream wrapper.

Tags
author

Michael Slusarz slusarz@horde.org

license

http://www.horde.org/licenses/bsd BSD

category

Horde

deprecated

Use Horde_Stream_Wrapper_Combine::getStream()

Interfaces, Classes, Traits and Enums

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

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
Tags
throws
Exception
Return values
mixed

Search results