reference/session/functions/session-write-close.xml
35b95a56ccc03b66af7117fc815ac7881e2e0ad3
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>void</type><methodname>session_write_close</methodname>
12
+
<type>bool</type><methodname>session_write_close</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -26,13 +26,41 @@
26
26
</para>
27
27
</refsect1>
28
28

29
+
<refsect1 role="parameters">
30
+
&reftitle.parameters;
31
+
&no.function.parameters;
32
+
</refsect1>
33
+

29
34
<refsect1 role="returnvalues">
30
35
&reftitle.returnvalues;
31
36
<para>
32
-
&return.void;
37
+
&return.success;
33
38
</para>
34
39
</refsect1>
35
40

41
+
<refsect1 role="changelog">
42
+
&reftitle.changelog;
43
+
<informaltable>
44
+
<tgroup cols="2">
45
+
<thead>
46
+
<row>
47
+
<entry>&Version;</entry>
48
+
<entry>&Description;</entry>
49
+
</row>
50
+
</thead>
51
+
<tbody>
52
+
<row>
53
+
<entry>7.2.0</entry>
54
+
<entry>
55
+
The return type of this function is <type>bool</type> now.
56
+
Formerly, it has been <type>void</type>.
57
+
</entry>
58
+
</row>
59
+
</tbody>
60
+
</tgroup>
61
+
</informaltable>
62
+
</refsect1>
63
+

36
64
<refsect1 role="seealso">
37
65
&reftitle.seealso;
38
66
<para>
39
67