reference/zlib/functions/zlib-get-coding-type.xml
435885e2f78afd591a0b201a3bb7e8c8d1260165
...
...
@@ -5,16 +5,23 @@
5
5
<refname>zlib_get_coding_type</refname>
6
6
<refpurpose>Returns the coding type used for output compression</refpurpose>
7
7
</refnamediv>
8
+

8
9
<refsect1 role="description">
9
10
&reftitle.description;
10
11
<methodsynopsis>
11
-
<type>string</type><methodname>zlib_get_coding_type</methodname>
12
-
<void />
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>zlib_get_coding_type</methodname>
13
+
<void/>
13
14
</methodsynopsis>
14
15
<para>
15
16
Returns the coding type used for output compression.
16
17
</para>
17
18
</refsect1>
19
+

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

18
25
<refsect1 role="returnvalues">
19
26
&reftitle.returnvalues;
20
27
<para>
...
...
@@ -22,6 +29,7 @@
22
29
or &false;.
23
30
</para>
24
31
</refsect1>
32
+

25
33
<refsect1 role="seealso">
26
34
&reftitle.seealso;
27
35
<para>
...
...
@@ -34,8 +42,8 @@
34
42
</simplelist>
35
43
</para>
36
44
</refsect1>
37
-
</refentry>
38
45

46
+
</refentry>
39
47
<!-- Keep this comment at the end of the file
40
48
Local variables:
41
49
mode: sgml
42
50