mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
file_exists() returns false on symlinks pointing nowhere (user note <eweringATgmail>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260312 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d532ad6d1f
commit
6565b69698
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.file-exists">
|
||||
<refnamediv>
|
||||
<refname>file_exists</refname>
|
||||
|
@ -44,6 +44,12 @@
|
|||
Returns &true; if the file or directory specified by
|
||||
<parameter>filename</parameter> exists; &false; otherwise.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This function will return &false; for symlinks pointing to non-existing
|
||||
files.
|
||||
</para>
|
||||
</note>
|
||||
<warning>
|
||||
<para>
|
||||
This function returns &false; for files inaccessible due to <link
|
||||
|
|
Loading…
Reference in a new issue