reference/memcached/memcached/getdelayed.xml
1d8068ecb070fdc360d750e0c1f3f15796e61ec0
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="memcached.getdelayed" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Memcached::getDelayed</refname>
...
...
@@ -9,11 +8,11 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="Memcached">
13
12
<modifier>public</modifier> <type>bool</type><methodname>Memcached::getDelayed</methodname>
14
13
<methodparam><type>array</type><parameter>keys</parameter></methodparam>
15
-
<methodparam choice="opt"><type>bool</type><parameter>with_cas</parameter></methodparam>
16
-
<methodparam choice="opt"><type>callable</type><parameter>value_cb</parameter></methodparam>
14
+
<methodparam choice="opt"><type>bool</type><parameter>with_cas</parameter><initializer>&false;</initializer></methodparam>
15
+
<methodparam choice="opt"><type class="union"><type>callable</type><type>null</type></type><parameter>value_cb</parameter><initializer>&null;</initializer></methodparam>
17
16
</methodsynopsis>
18
17
<para>
19
18
<function>Memcached::getDelayed</function> issues a request to memcache for
...
...
@@ -25,8 +24,7 @@
25
24
is true, the CAS token values will also be requested.
26
25
</para>
27
26
<para>
28
-
Instead of fetching the results explicitly, you can specify a <link
29
-
linkend="memcached.callbacks">result callback</link> via
27
+
Instead of fetching the results explicitly, you can specify a <link linkend="memcached.callbacks">result callback</link> via
30
28
<parameter>value_cb</parameter> parameter.
31
29
</para>
32
30
</refsect1>
...
...
@@ -137,7 +135,6 @@ array(2) {
137
135
</refsect1>
138
136

139
137
</refentry>
140
-

141
138
<!-- Keep this comment at the end of the file
142
139
Local variables:
143
140
mode: sgml
144
141