|
|
![]() apc_cache_info
Retrieves cached information (and meta-data) from APC's data store
(PECL apc:2.0-3.0.9)
Example 210. A apc_cache_info() example<?phpThe above example will output something similar to: ArrayCode Examples / Notes » apc_cache_infosteve The parameters part of this doc is from the apc_clear_cache page. Passing 'user' to this funciton will not clear the cache.
|