| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
apc_cache_info(PECL apc:2.0-3.0.9) apc_cache_info — Retrieves cached information (and meta-data) from APC's data store Description
array apc_cache_info
([ string $cache_type
[, bool $limited
]] )
Return ValuesArray of cached data (and meta-data), or FALSE on failure
Parameters
ChangeLog
Examples
Example#1 A apc_cache_info() example
<?phpThe above example will output something similar to:
|