reference/memcached/memcached/touch.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.touch" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Memcached::touch</refname>
...
...
@@ -9,10 +8,10 @@
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::touch</methodname>
14
13
<methodparam><type>string</type><parameter>key</parameter></methodparam>
15
-
<methodparam><type>int</type><parameter>expiration</parameter></methodparam>
14
+
<methodparam choice="opt"><type>int</type><parameter>expiration</parameter><initializer>0</initializer></methodparam>
16
15
</methodsynopsis>
17
16
<para>
18
17
<function>Memcached::touch</function> sets a new expiration value on the given key.
...
...
@@ -61,7 +60,6 @@
61
60
</refsect1>
62
61

63
62
</refentry>
64
-

65
63
<!-- Keep this comment at the end of the file
66
64
Local variables:
67
65
mode: sgml
68
66