mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3110d69f2f
commit
2d41c8a744
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue