reference/session/functions/session-status.xml
35b95a56ccc03b66af7117fc815ac7881e2e0ad3
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.session-status" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>session_status</refname>
...
...
@@ -9,15 +8,20 @@
9
8

10
9
<refsect1 role="description"><!-- {{{ -->
11
10
&reftitle.description;
12
-
<methodsynopsis role="procedural">
11
+
<methodsynopsis>
13
12
<type>int</type><methodname>session_status</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
<function>session_status</function> is used to return the current session status.
18
17
</para>
19
18
</refsect1><!-- }}} -->
20
19

20
+
<refsect1 role="parameters">
21
+
&reftitle.parameters;
22
+
&no.function.parameters;
23
+
</refsect1>
24
+

21
25
<refsect1 role="returnvalues"><!-- {{{ -->
22
26
&reftitle.returnvalues;
23
27
<para>
...
...
@@ -43,7 +47,6 @@
43
47
</refsect1><!-- }}} -->
44
48

45
49
</refentry>
46
-

47
50
<!-- Keep this comment at the end of the file
48
51
Local variables:
49
52
mode: sgml
...
...
@@ -64,4 +67,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
64
67
vim: et tw=78 syn=sgml
65
68
vi: ts=1 sw=1
66
69
-->
67
-

68
70