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