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
This commit is contained in:
Scott MacVicar 2009-09-23 20:48:00 +00:00
parent 3110d69f2f
commit 2d41c8a744

View file

@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis>
<type>mixed</type><methodname>apc_fetch</methodname>
<methodparam><type>string</type><parameter>key</parameter></methodparam>
<methodparam><type>mixed</type><parameter>key</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter role="reference">success</parameter></methodparam>
</methodsynopsis>
<para>
@ -27,7 +27,8 @@
<listitem>
<para>
The <parameter>key</parameter> used to store the value (with
<function>apc_store</function>).
<function>apc_store</function>). If an array is passed then each
element is fetched and returned.
</para>
</listitem>
</varlistentry>
@ -45,7 +46,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The stored variable on success; &false; on failure
The stored variable or array of variables on success; &false; on failure
</para>
</refsect1>