Fix refpurpose

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292610 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2009-12-24 17:44:16 +00:00
parent f5ec3eb0f4
commit 2ffa54d106

View file

@ -4,7 +4,7 @@
<refnamediv>
<refname>stream_resolve_include_path</refname>
<refpurpose>
Determine what file will be opened by calls to <function>fopen</function> with a relative path
Resolve filename against the include path
</refpurpose>
</refnamediv>
@ -16,7 +16,7 @@
<methodparam choice="opt"><type>resource</type><parameter>context</parameter></methodparam>
</methodsynopsis>
<para>
Resolve filename against the include path according to the same rules as <function>fopen</function>/<function>include</function> does.
Resolve filename against the include path according to the same rules as <function>fopen</function>/<function>include</function> does.
</para>
</refsect1>