Overview

Packages

  • Support

Classes

  • Horde_Support_Array
  • Horde_Support_Backtrace
  • Horde_Support_CombineStream
  • Horde_Support_ConsistentHash
  • Horde_Support_Guid
  • Horde_Support_Inflector
  • Horde_Support_Memory
  • Horde_Support_Numerizer
  • Horde_Support_Numerizer_Locale_Base
  • Horde_Support_Numerizer_Locale_De
  • Horde_Support_Numerizer_Locale_Pt
  • Horde_Support_Randomid
  • Horde_Support_Stack
  • Horde_Support_StringStream
  • Horde_Support_Stub
  • Horde_Support_Timer
  • Horde_Support_Uuid
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Support_CombineStream

Horde_Support_CombineStream implements Horde_Stream_Wrapper_CombineStream
Package: Support
Category: Horde
License: BSD
Author: Michael Slusarz slusarz@horde.org
Located at Horde/Support/CombineStream.php
Methods summary
public
# __construct( array $data )

Constructor

Constructor

Parameters

$data
<p>An array of strings and/or streams to combine into a single stream.</p>
public resource
# fopen( )

Return a stream handle to this stream.

Return a stream handle to this stream.

Returns

resource
public SplFileObject
# getFileObject( )

Return an SplFileObject representing this stream

Return an SplFileObject representing this stream

Returns

SplFileObject
public
# installWrapper( )

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

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

Throws

Exception
public array
# getData( )

Return a reference to the data.

Return a reference to the data.

Returns

array
API documentation generated by ApiGen