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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>int</type><methodname>Memcached::incrementByKey</methodname>
11
+
<methodsynopsis role="Memcached">
12
+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>Memcached::incrementByKey</methodname>
14
13
<methodparam><type>string</type><parameter>server_key</parameter></methodparam>
15
14
<methodparam><type>string</type><parameter>key</parameter></methodparam>
16
15
<methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>1</initializer></methodparam>
...
...
@@ -93,7 +92,6 @@
93
92
</refsect1>
94
93

95
94
</refentry>
96
-

97
95
<!-- Keep this comment at the end of the file
98
96
Local variables:
99
97
mode: sgml
100
98