__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(int $offset) : bool
int
bool
offsetGet(int $offset) : string
int
string
offsetSet(int $offset, string $char)
int
string
offsetUnset(int $offset)
int
$trace : bool
$value : string