apc_cache_info
Zwracane wartości
Array of cached data (and meta-data), or FALSE on failure
Notatka: apc_cache_info() will raise a warning if it is unable to retrieve APC cache data. This typically occurs when APC is not enabled.
Parametry
cache_typeIf
cache_typeis "user", information about the user cache will be returned; otherwise, information about the system cache (cached files) will be returned.limitedIf
limitedis TRUE, the return value will exclude the individual list of cache entries. This is usefull when trying to optimize calls for statistics gathering.
Przykłady
| Poprzedni | Spis treści | Następny |
| Alternative PHP Cache | Początek rozdziału | <