reference/memcached/memcached/ispristine.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.ispristine" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Memcached::isPristine</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::isPristine</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
<function>Memcached::isPristine</function> checks if the Memcache instance
...
...
@@ -27,7 +26,7 @@
27
26
<refsect1 role="returnvalues">
28
27
&reftitle.returnvalues;
29
28
<para>
30
-
Returns the true if instance is recently created, false otherwise.
29
+
Returns &true; if instance is recently created, &false; otherwise.
31
30
</para>
32
31
</refsect1>
33
32

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

43
42
</refentry>
44
-

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