reference/memcached/memcached/append.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.append" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Memcached::append</refname>
...
...
@@ -9,8 +8,8 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>bool</type><methodname>Memcached::append</methodname>
11
+
<methodsynopsis role="Memcached">
12
+
<modifier>public</modifier> <type class="union"><type>bool</type><type>null</type></type><methodname>Memcached::append</methodname>
14
13
<methodparam><type>string</type><parameter>key</parameter></methodparam>
15
14
<methodparam><type>string</type><parameter>value</parameter></methodparam>
16
15
</methodsynopsis>
...
...
@@ -58,8 +57,15 @@
58
57
&reftitle.returnvalues;
59
58
<para>
60
59
&return.success;
61
-
The <methodname>Memcached::getResultCode</methodname> will return
62
-
<constant>Memcached::RES_NOTSTORED</constant> if the key does not exist.
60
+
Returns &null; when compression is on.
61
+
</para>
62
+
</refsect1>
63
+

64
+
<refsect1 role="errors">
65
+
&reftitle.errors;
66
+
<para>
67
+
Returns &null; and raises an <constant>E_WARNING</constant> when
68
+
compression is enabled.
63
69
</para>
64
70
</refsect1>
65
71

...
...
@@ -102,7 +108,6 @@ string(6) "abcdef"
102
108
</refsect1>
103
109

104
110
</refentry>
105
-

106
111
<!-- Keep this comment at the end of the file
107
112
Local variables:
108
113
mode: sgml
109
114