File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
<methodsynopsis >
11
11
<type class =" union" ><type >int</type ><type >false</type ></type ><methodname >readgzfile</methodname >
12
12
<methodparam ><type >string</type ><parameter >filename</parameter ></methodparam >
13
- <methodparam choice =" opt" ><type >int </type ><parameter >use_include_path</parameter ><initializer >0</initializer ></methodparam >
13
+ <methodparam choice =" opt" ><type >bool </type ><parameter >use_include_path</parameter ><initializer >0</initializer ></methodparam >
14
14
</methodsynopsis >
15
15
<para >
16
16
Reads a file, decompresses it and writes it to standard output.
37
37
<varlistentry >
38
38
<term ><parameter >use_include_path</parameter ></term >
39
39
<listitem >
40
- <para >
41
- You can set this optional parameter to < literal >1</ literal >, if you
42
- want to search for the file in the < link
43
- linkend = " ini.include-path " >include_path</ link > too .
44
- </para >
40
+ <simpara >
41
+ When set to &true; the
42
+ < link linkend = " ini.include-path " >include_path</ link >
43
+ will be used to determine which file to open .
44
+ </simpara >
45
45
</listitem >
46
46
</varlistentry >
47
47
</variablelist >
You can’t perform that action at this time.
0 commit comments