From 2d41c8a74472af96913026ff53286330fb1a9a49 Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Wed, 23 Sep 2009 20:48:00 +0000 Subject: [PATCH] Update apc_fetch() to show that multiple keys can be retrieved. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288624 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apc/functions/apc-fetch.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/apc/functions/apc-fetch.xml b/reference/apc/functions/apc-fetch.xml index dbc03e3d1a..8014d82da9 100644 --- a/reference/apc/functions/apc-fetch.xml +++ b/reference/apc/functions/apc-fetch.xml @@ -11,7 +11,7 @@ &reftitle.description; mixedapc_fetch - stringkey + mixedkey boolsuccess @@ -27,7 +27,8 @@ The key used to store the value (with - apc_store). + apc_store). If an array is passed then each + element is fetched and returned. @@ -45,7 +46,7 @@ &reftitle.returnvalues; - The stored variable on success; &false; on failure + The stored variable or array of variables on success; &false; on failure