\Horde_Support_StringStream

Summary

Methods
Properties
Constants
__construct()
fopen()
getFileObject()
installWrapper()
getString()
No public properties found
WNAME
No protected methods found
$_string
N/A
No private methods found
No private properties found
N/A

Constants

WNAME

WNAME

Properties

$_string

$_string : string

String data.

Type

string

Methods

__construct()

__construct(  $string) 

Constructor

Parameters

$string

fopen()

fopen() : resource

Return a stream handle to this string stream.

Returns

resource

getFileObject()

getFileObject() : \SplFileObject

Return an SplFileObject representing this string stream

Returns

\SplFileObject

installWrapper()

installWrapper() 

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

getString()

getString() : string

Return a reference to the wrapped string.

Returns

string