__construct()
__toString()
count()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
$container
$trace
$value
String value object
It's an OO string wrapper. Used to intercept string updates.
__construct(string $value, \Zend\Memory\Container\Movable $container)
__toString() : string
string
count() : int
int
offsetExists(integer $offset) : bool
integer
bool
offsetGet(integer $offset) : string
integer
string
offsetSet(integer $offset, string $char)
integer
string
offsetUnset(integer $offset)
integer
$trace : bool
$value : string