reference/memcache/memcache/get.xml
e41806c30bf6975e452c0d4ce35ab0984c2fa68c
...
...
@@ -20,8 +20,8 @@
20
20
</methodsynopsis>
21
21
22
22
<para>
23
-
<function>Memcache::get</function> returns previously stored data if
24
-
an item with such <parameter>key</parameter> exists on the server at this
23
+
<function>Memcache::get</function> returns previously stored data of
24
+
an item, if such <parameter>key</parameter> exists on the server at this
25
25
moment.
26
26
</para>
27
27

...
...
@@ -62,7 +62,7 @@
62
62
<refsect1 role="returnvalues">
63
63
&reftitle.returnvalues;
64
64
<para>
65
-
Returns the string associated with the <parameter>key</parameter> or
65
+
Returns the value associated with the <parameter>key</parameter> or
66
66
an array of found key-value pairs when <parameter>key</parameter> is an <type>array</type>.
67
67
Returns &false; on failure, <parameter>key</parameter> is not found or
68
68
<parameter>key</parameter> is an empty <type>array</type>.
69
69