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_StringStream

Horde_Support_StringStream implements Horde_Stream_Wrapper_StringStream
Package: Support
Category: Horde
License: BSD
Author: Chuck Hagenbuch chuck@horde.org
Located at Horde/Support/StringStream.php
Methods summary
public
# __construct( string & $string )

Constructor

Constructor

Parameters

$string
$string Reference to the string to wrap as a stream
public resource
# fopen( )

Return a stream handle to this string stream.

Return a stream handle to this string stream.

Returns

resource
public SplFileObject
# getFileObject( )

Return an SplFileObject representing this string stream

Return an SplFileObject representing this string stream

Returns

SplFileObject
public
# installWrapper( )

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

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

public string &
# getString( )

Return a reference to the wrapped string.

Return a reference to the wrapped string.

Returns

string
Constants summary
string WNAME
# 'horde-string'
API documentation generated by ApiGen