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

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>void</type><methodname>Memcached::setSaslAuthData</methodname>
11
+
<methodsynopsis role="Memcached">
12
+
<modifier>public</modifier> <type>bool</type><methodname>Memcached::setSaslAuthData</methodname>
14
13
<methodparam><type>string</type><parameter>username</parameter></methodparam>
15
14
<methodparam><type>string</type><parameter>password</parameter></methodparam>
16
15
</methodsynopsis>
...
...
@@ -21,8 +20,8 @@
21
20
</para>
22
21
<para>
23
22
<emphasis>This method is only available when the memcached extension is
24
-
built with SASL support.</emphasis> Please refer to <link
25
-
linkend="memcached.setup">Memcached setup</link> for how to do this.
23
+
built with SASL support.</emphasis> Please refer to
24
+
<link linkend="memcached.setup">Memcached setup</link> for how to do this.
26
25
</para>
27
26
</refsect1>
28
27

...
...
@@ -53,12 +52,11 @@
53
52
<refsect1 role="returnvalues">
54
53
&reftitle.returnvalues;
55
54
<para>
56
-
&return.void;
55
+
&return.success;
57
56
</para>
58
57
</refsect1>
59
58

60
59
</refentry>
61
-

62
60
<!-- Keep this comment at the end of the file
63
61
Local variables:
64
62
mode: sgml
65
63