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