value pairs */ function eaccelerator_info() {}; /** * 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 * * @return array An indexed array with information about cached scripts */ function eaccelerator_cached_scripts() {}; /** * 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 * * @return array An indexed array with information about the removed scripts */ function eaccelerator_removed_scripts() {}; ?>