reference/mbstring/functions/mb-http-output.xml
92f1b8b177eb5730382abf9f27bae868f1bb636f
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>mixed</type><methodname>mb_http_output</methodname>
13
-
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>mb_http_output()</initializer></methodparam>
12
+
<type class="union"><type>string</type><type>bool</type></type><methodname>mb_http_output</methodname>
13
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Set/Get the HTTP output character encoding.
...
...
@@ -51,6 +51,23 @@
51
51
</para>
52
52
</refsect1>
53
53

54
+
<refsect1 role="changelog">
55
+
&reftitle.changelog;
56
+
<informaltable>
57
+
<tgroup cols="2">
58
+
<thead>
59
+
<row>
60
+
<entry>&Version;</entry>
61
+
<entry>&Description;</entry>
62
+
</row>
63
+
</thead>
64
+
<tbody>
65
+
&mbstring.changelog.encoding-nullable;
66
+
</tbody>
67
+
</tgroup>
68
+
</informaltable>
69
+
</refsect1>
70
+

54
71
<refsect1 role="seealso">
55
72
&reftitle.seealso;
56
73
<para>
...
...
@@ -63,7 +80,6 @@
63
80
</refsect1>
64
81

65
82
</refentry>
66
-

67
83
<!-- Keep this comment at the end of the file
68
84
Local variables:
69
85
mode: sgml
70
86