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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="Memcached">
13
12
<modifier>public</modifier> <type>int</type><methodname>Memcached::getResultCode</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
<function>Memcached::getResultCode</function> returns one of the
...
...
@@ -55,7 +54,6 @@ if ($m->getResultCode() == Memcached::RES_NOTSTORED) {
55
54
</refsect1>
56
55

57
56
</refentry>
58
-

59
57
<!-- Keep this comment at the end of the file
60
58
Local variables:
61
59
mode: sgml
62
60