reference/info/functions/get-include-path.xml
8dd14a886c7e954cef181c374b6f05cc7149e643
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>get_include_path</methodname>
13
-
<void />
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>get_include_path</methodname>
13
+
<void/>
14
14
</methodsynopsis>
15
15
<simpara>
16
16
Gets the current <link linkend="ini.include-path">include_path</link>
...
...
@@ -18,10 +18,15 @@
18
18
</simpara>
19
19
</refsect1>
20
20

21
+
<refsect1 role="parameters">
22
+
&reftitle.parameters;
23
+
&no.function.parameters;
24
+
</refsect1>
25
+

21
26
<refsect1 role="returnvalues">
22
27
&reftitle.returnvalues;
23
28
<para>
24
-
Returns the path, as a string.
29
+
Returns the path, as a string, &return.falseforfailure;.
25
30
</para>
26
31
</refsect1>
27
32

...
...
@@ -57,7 +62,6 @@ echo ini_get('include_path');
57
62
</refsect1>
58
63

59
64
</refentry>
60
-

61
65
<!-- Keep this comment at the end of the file
62
66
Local variables:
63
67
mode: sgml
64
68