mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Upon failure, file() returns false. (fixes: bug #20047)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101154 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2d721b0b39
commit
5b2e45153f
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.file">
|
||||
<refnamediv>
|
||||
|
@ -17,7 +17,8 @@
|
|||
Identical to <function>readfile</function>, except that
|
||||
<function>file</function> returns the file in an array. Each
|
||||
element of the array corresponds to a line in the file, with the
|
||||
newline still attached.
|
||||
newline still attached. Upon failure, <function>file</function>
|
||||
returns &false;.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
@ -28,8 +29,8 @@
|
|||
</note>
|
||||
¬e.line-endings;
|
||||
<para>
|
||||
You can use the optional second parameter and set it to "1", if
|
||||
you want to search for the file in the <link
|
||||
You can use the optional <parameter>use_include_path</parameter> parameter
|
||||
and set it to "1", if you want to search for the file in the <link
|
||||
linkend="ini.include-path">include_path</link>, too.
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue