mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix refpurpose
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292610 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f5ec3eb0f4
commit
2ffa54d106
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue