reference/memcached/memcached/getdelayedbykey.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.getdelayedbykey" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Memcached::getDelayedByKey</refname>
...
...
@@ -9,12 +8,12 @@
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::getDelayedByKey</methodname>
14
13
<methodparam><type>string</type><parameter>server_key</parameter></methodparam>
15
14
<methodparam><type>array</type><parameter>keys</parameter></methodparam>
16
-
<methodparam choice="opt"><type>bool</type><parameter>with_cas</parameter></methodparam>
17
-
<methodparam choice="opt"><type>callable</type><parameter>value_cb</parameter></methodparam>
15
+
<methodparam choice="opt"><type>bool</type><parameter>with_cas</parameter><initializer>&false;</initializer></methodparam>
16
+
<methodparam choice="opt"><type class="union"><type>callable</type><type>null</type></type><parameter>value_cb</parameter><initializer>&null;</initializer></methodparam>
18
17
</methodsynopsis>
19
18
<para>
20
19
<function>Memcached::getDelayedByKey</function> is functionally equivalent to
...
...
@@ -84,7 +83,6 @@
84
83
</refsect1>
85
84

86
85
</refentry>
87
-

88
86
<!-- Keep this comment at the end of the file
89
87
Local variables:
90
88
mode: sgml
91
89