reference/session/functions/session-gc.xml
35b95a56ccc03b66af7117fc815ac7881e2e0ad3
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.session-gc">
3
+
<refentry xml:id="function.session-gc" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>session_gc</refname>
6
6
<refpurpose>Perform session data garbage collection</refpurpose>
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>int</type><methodname>session_gc</methodname>
12
-
<void />
11
+
<type class="union"><type>int</type><type>false</type></type><methodname>session_gc</methodname>
12
+
<void/>
13
13
</methodsynopsis>
14
14
<para>
15
15
<function>session_gc</function> is used to perform session data
...
...
@@ -32,6 +32,11 @@
32
32
</para>
33
33
</refsect1>
34
34

35
+
<refsect1 role="parameters">
36
+
&reftitle.parameters;
37
+
&no.function.parameters;
38
+
</refsect1>
39
+

35
40
<refsect1 role="returnvalues">
36
41
&reftitle.returnvalues;
37
42
<para>
...
...
@@ -108,8 +113,6 @@ if (file_exists($gc_time)) {
108
113
</para>
109
114
</refsect1>
110
115
</refentry>
111
-

112
-

113
116
<!-- Keep this comment at the end of the file
114
117
Local variables:
115
118
mode: sgml
116
119