ClassInterface Zend_Memory_Container_Interface

Description

Memory value container interface

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Memory/Container/Interface.php (line 30)


	
			
Method Summary
 &string &getRef ()
 boolean isLocked ()
 void lock ()
 void touch ()
 void unlock ()
Methods
getRef (line 40)

Get string value reference

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

  • access: public
&string &getRef ()
isLocked (line 64)

Return true if object is locked

  • access: public
boolean isLocked ()
lock (line 52)

Lock object in memory.

  • access: public
void lock ()
touch (line 47)

Signal, that value is updated by external code.

Should be used together with getRef()

  • access: public
void touch ()
unlock (line 57)

Unlock object

  • access: public
void unlock ()

Documentation generated on Mon, 21 Jun 2010 15:29:40 -0400 by phpDocumentor 1.4.3