Zend_Memory_ValueImplements interfaces:
String value object
It's an OO string wrapper. Used to intercept string updates.
Located in /Memory/Value.php (line 32)
Constructor __construct (line 65)
Object constructor
getRef (line 150)
Get string value reference
_Must_ be used for value access before PHP v 5.2 or _may_ be used for performance considerations
markStored (line 174)
Mark value as stored.
This turns on value update catching
offsetExists (line 80)
ArrayAccess interface method returns true if string offset exists
offsetGet (line 92)
ArrayAccess interface method Get character at $offset position
offsetSet (line 104)
ArrayAccess interface method Set character at $offset position
offsetUnset (line 120)
ArrayAccess interface method Unset character at $offset position
touch (line 160)
Signal, that value is updated by external code.
Should be used together with getRef()
__toString (line 136)
To string conversion
Documentation generated on Wed, 21 Feb 2007 12:03:12 -0800 by phpDocumentor 1.3.1