300. Function

300.1. Zend\Memory\Container\getRef

ZendMemoryContainergetRef()

Get string value reference

_Must_ be used for value access before PHP v 5.2 or _may_ be used for performance considerations

Return type:&string

301. Function

301.1. Zend\Memory\Container\touch

ZendMemoryContainertouch()

Signal, that value is updated by external code.

Should be used together with getRef()

302. Function

302.1. Zend\Memory\Container\lock

ZendMemoryContainerlock()

Lock object in memory.

303. Function

303.1. Zend\Memory\Container\unlock

ZendMemoryContainerunlock()

Unlock object

304. Function

304.1. Zend\Memory\Container\isLocked

ZendMemoryContainerisLocked()

Return true if object is locked

Return type:bool