reference/zlib/functions/gzcompress.xml
02ba67b51f2bde571b6ce07026e935f4e81019af
...
...
@@ -8,10 +8,10 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>string</type><methodname>gzcompress</methodname>
11
+
<type class="union"><type>string</type><type>false</type></type><methodname>gzcompress</methodname>
12
12
<methodparam><type>string</type><parameter>data</parameter></methodparam>
13
13
<methodparam choice="opt"><type>int</type><parameter>level</parameter><initializer>-1</initializer></methodparam>
14
-
<methodparam choice="opt"><type>int</type><parameter>encoding</parameter><initializer>ZLIB_ENCODING_DEFLATE</initializer></methodparam>
14
+
<methodparam choice="opt"><type>int</type><parameter>encoding</parameter><initializer><constant>ZLIB_ENCODING_DEFLATE</constant></initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
This function compresses the given string using the <literal>ZLIB</literal>
...
...
@@ -100,7 +100,6 @@ echo $compressed;
100
100
</para>
101
101
</refsect1>
102
102
</refentry>
103
-

104
103
<!-- Keep this comment at the end of the file
105
104
Local variables:
106
105
mode: sgml
107
106