We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4991091 commit deabb95Copy full SHA for deabb95
reference/zlib/functions/readgzfile.xml
@@ -10,7 +10,7 @@
10
<methodsynopsis>
11
<type class="union"><type>int</type><type>false</type></type><methodname>readgzfile</methodname>
12
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
13
- <methodparam choice="opt"><type>bool</type><parameter>use_include_path</parameter><initializer>0</initializer></methodparam>
+ <methodparam choice="opt"><type>bool</type><parameter>use_include_path</parameter><initializer>&false;</initializer></methodparam>
14
</methodsynopsis>
15
<para>
16
Reads a file, decompresses it and writes it to standard output.
0 commit comments