Class shareMemory

Description

This class is used to manage shared memory

Located in /caht.php (line 790)


	
			
Class Constant Summary
 MGSLEVL = 0
Method Summary
void addData (string $key, string $value)
void destroy ()
string getData (string $key)
Methods
addData (line 815)

write data into shared memory.

  • access: public
void addData (string $key, string $value)
  • string $key
  • string $value
destroy (line 862)

Destroy ( free ) the shared memory

  • access: public
void destroy ()
getData (line 828)

Return the data stored into shared memory registred with the parmeters $key

if nothing is registred with the parameter $key return false

  • access: public
string getData (string $key)
  • string $key
Class Constants
MGSLEVL = 0 (line 793)

Documentation generated on Mon, 02 Feb 2009 20:09:53 +0100 by phpDocumentor 1.4.2