eAccelerator controlpanel It's possible to control eAccelerator with some functions eaccelerator provides.
These functions can be disabled with the configuration switch --without-eaccelerator-info at compile time.
Get cached scripts Get an array with all cached scripts. This is an indexed array with each element an associative array with information about the cached script.
You are only allowed to use this function in scripts that are in the eaccelerator.admin_allowed_path
Enable/disable caching You are only allowed to use this function in scripts that are in the eaccelerator.admin_allowed_path
Clean the cache
Remove all expired scripts and data from shared memory and disk cache. You are only allowed to use this function in scripts that are in the eaccelerator.admin_allowed_path
Clear the cache
Remove all unused scripts and data from shared memory and disk cache, this means all data that isn't used in the current requests. You are only allowed to use this function in scripts that are in the eaccelerator.admin_allowed_path
Get info Get info about eAccelerator, this is the info that is showed in the phpinfo() page. There is also some information about compile time options like the shared memory and semaphores used.
List cached keys Returns list of keys in shared memory that matches actual hostname or namespace.
Enable/disable the optimizer You are only allowed to use this function in scripts that are in the eaccelerator.admin_allowed_path
Purge the cache
Removed all scripts that are marked for deletetion. This will happen automaticly when shared memory is needed. You are only allowed to use this function in scripts that are in the eaccelerator.admin_allowed_path
Get removed cached scripts
Get an array with all cached scripts that are marked as removed. This is an indexed array with each element an associative array with information about the cached script. You are only allowed to use this function in scripts that are in the eaccelerator.admin_allowed_path
Documentation generated on Mon, 06 Mar 2006 09:50:32 +0100 by phpDocumentor 1.3.0RC4