mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed #47511 (undocumented: is_dir() returns true for symbolic links to directories)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276572 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
63f694731f
commit
39d77121d2
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.is-dir">
|
||||
<refnamediv>
|
||||
<refname>is_dir</refname>
|
||||
|
@ -27,7 +27,8 @@
|
|||
<para>
|
||||
Path to the file. If <parameter>filename</parameter> is a relative
|
||||
filename, it will be checked relative to the current working
|
||||
directory.
|
||||
directory. If <parameter>filename</parameter> a symbolic or hard link
|
||||
then the link will be resolved and checked.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue