reference/memcached/memcached/ispersistent.xml
a996df6b949ae2db2cf19a07e68ce367137d3ecb
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="memcached.ispersistent" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Memcached::isPersistent</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>bool</type><methodname>Memcached::isPersistent</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
<function>Memcached::isPersistent</function> checks if the connections to
...
...
@@ -28,7 +27,7 @@
28
27
<refsect1 role="returnvalues">
29
28
&reftitle.returnvalues;
30
29
<para>
31
-
Returns true if Memcache instance uses a persistent connection, false otherwise.
30
+
Returns &true; if Memcache instance uses a persistent connection, &false; otherwise.
32
31
</para>
33
32
</refsect1>
34
33

...
...
@@ -42,7 +41,6 @@
42
41
</refsect1>
43
42

44
43
</refentry>
45
-

46
44
<!-- Keep this comment at the end of the file
47
45
Local variables:
48
46
mode: sgml
49
47