eAccelerator shared memory access.
eAccelerator can be used to store data in shared memory and share this between script. This can be used instead of the php shm or shmop API. These functions can be enabled with --with-eaccelerator-shared-memory at compile time
Garbage collection.
Removes expired keys (session data and content) from shared memory
Get data.
Get data from shared memory. Object need to be serialized when storing them so unserializing is necessary when retrieving them.
Lock.
Create a lock with the given key, this allows you to prevent concurrent access to some part of your code. Warning, you don't need this to lock the keys used with eaccelerator_get and eaccelerator_put. The lock can be released with eaccelerator_unlock or automatic at the end of the request.
Put key.
Put key in the eaccelerator shared memory. eAccelerator doesn't serialize object, so you need to do it you're self or php will segfault on object retrieval.
Remove key.
Remove key from shared memory
Unlock.
Unlock the access to a key
Documentation generated on Mon, 06 Mar 2006 09:50:32 +0100 by phpDocumentor 1.3.0RC4