For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > cvs: phpdoc /en/reference/memcache/functions memcache-get.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/memcache/functions memcache-get.xml
Antony Dovgal

2006-01-09, 8:02 pm

tony2001 Sun Dec 25 11:04:54 2005 EDT

Modified files:
/phpdoc/en/reference/memcache/functions memcache-get.xml
Log:
add para about multi-get


http://cvs.php.net/viewcvs.cgi/phpd...6&diff_format=u
Index: phpdoc/en/reference/memcache/functions/memcache-get.xml
diff -u phpdoc/en/reference/memcache/functions/memcache-get.xml:1.5 phpdoc/en/reference/memcache/functions/memcache-get.xml:1.6
--- phpdoc/en/reference/memcache/functions/memcache-get.xml:1.5 Fri Dec 23 19:52:06 2005
+++ phpdoc/en/reference/memcache/functions/memcache-get.xml Sun Dec 25 11:04:54 2005
@@ -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>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com