Memory value container
getRef() : \Zend\Memory\Container\string
Must be used for value access before PHP v 5.2 or may be used for performance considerations
| inherited_from | \Zend\Memory\Container\ContainerInterface::getRef() |
|---|
\Zend\Memory\Container\stringisLocked() : bool
| inherited_from | \Zend\Memory\Container\ContainerInterface::isLocked() |
|---|
boollock()
| inherited_from | \Zend\Memory\Container\ContainerInterface::lock() |
|---|
touch()
Should be used together with getRef()
| inherited_from | \Zend\Memory\Container\ContainerInterface::touch() |
|---|
unlock()
| inherited_from | \Zend\Memory\Container\ContainerInterface::unlock() |
|---|