reference/stream/functions/stream-resolve-include-path.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -11,9 +11,8 @@
11
11
<refsect1 role="description">
12
12
&reftitle.description;
13
13
<methodsynopsis>
14
-
<type>string</type><methodname>stream_resolve_include_path</methodname>
14
+
<type class="union"><type>string</type><type>false</type></type><methodname>stream_resolve_include_path</methodname>
15
15
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
16
-
<!-- <methodparam choice="opt"><type>resource</type><parameter>context</parameter></methodparam> -->
17
16
</methodsynopsis>
18
17
<para>
19
18
Resolve <parameter>filename</parameter> against the include path according to the same rules as <function>fopen</function>/<function>include</function>.
...
...
@@ -79,7 +78,6 @@ string(22) "/var/www/html/test.php"
79
78
</refsect1>
80
79

81
80
</refentry>
82
-

83
81
<!-- Keep this comment at the end of the file
84
82
Local variables:
85
83
mode: sgml
86
84