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 1010 <methodsynopsis >
1111 <type class =" union" ><type >int</type ><type >false</type ></type ><methodname >readgzfile</methodname >
1212 <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 >
1414 </methodsynopsis >
1515 <para >
1616 Reads a file, decompresses it and writes it to standard output.
3737 <varlistentry >
3838 <term ><parameter >use_include_path</parameter ></term >
3939 <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 >
4545 </listitem >
4646 </varlistentry >
4747 </variablelist >
You can’t perform that action at this time.
0 commit comments