__construct()
destroy()
getRef()
isLocked()
lock()
touch()
unlock()
$value
Memory value container
Locked (always stored in memory).
__construct(string $value)
string
destroy()
getRef() : \Zend\Memory\Container\string
Must be used for value access before PHP v 5.2 or may be used for performance considerations
\Zend\Memory\Container\string
isLocked() : bool
bool
lock()
touch()
Should be used together with getRef()
unlock()
$value : string