mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add para about multi-get
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@203632 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
83e798eb35
commit
ee60f15ade
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.Memcache-get">
|
||||
<refnamediv>
|
||||
<refname>Memcache::get</refname>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<methodparam><type>string</type><parameter>key</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>Memcache::get</methodname>
|
||||
<type>array</type><methodname>Memcache::get</methodname>
|
||||
<methodparam><type>array</type><parameter>keys</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
|
@ -22,6 +22,11 @@
|
|||
an item with such <parameter>key</parameter> exists on the server at this
|
||||
moment.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
You can pass array of keys to <function>Memcache::get</function> to get
|
||||
array of values. The result array will contain only found key-value pairs.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue