reference/info/functions/set-include-path.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>set_include_path</methodname>
13
-
<methodparam><type>string</type><parameter>new_include_path</parameter></methodparam>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>set_include_path</methodname>
13
+
<methodparam><type>string</type><parameter>include_path</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Sets the <link linkend="ini.include-path">include_path</link>
...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>new_include_path</parameter></term>
26
+
<term><parameter>include_path</parameter></term>
27
27
<listitem>
28
28
<para>
29
29
The new value for the <link
...
...
@@ -96,7 +96,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . $path);
96
96
</refsect1>
97
97

98
98
</refentry>
99
-

100
99
<!-- Keep this comment at the end of the file
101
100
Local variables:
102
101
mode: sgml
103
102