From 47f7e294f781f12627f784f25a514c858a5acb47 Mon Sep 17 00:00:00 2001 From: Brian Shire Date: Sat, 16 Dec 2006 02:58:21 +0000 Subject: [PATCH] - fix for bug #39848 corrected wording of apc_cache_info function added documentation for additional "limited" parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@225085 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apc/functions/apc-cache-info.xml | 43 ++++++++++++++++++++-- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/reference/apc/functions/apc-cache-info.xml b/reference/apc/functions/apc-cache-info.xml index a82de90a29..81d39a3ae3 100644 --- a/reference/apc/functions/apc-cache-info.xml +++ b/reference/apc/functions/apc-cache-info.xml @@ -1,5 +1,5 @@ - + apc_cache_info @@ -12,6 +12,7 @@ arrayapc_cache_info stringcache_type + boollimited @@ -36,9 +37,19 @@ cache_type - If cache_type is "user", the - user cache will be cleared; otherwise, the system cache (cached files) - will be cleared. + If cache_type is "user", + information about the user cache will be returned; otherwise, + information about the system cache (cached files) will be returned. + + + + + limited + + + If limited is &true;, the + return value will exclude the individual list of cache entries. This + is usefull when trying to optimize calls for statistics gathering. @@ -46,6 +57,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 3.0.11 + + The limited parameter was introduced. + + + + + + + + &reftitle.examples;