mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
is_link: see also readlink
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65768 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
aff24ce04b
commit
1725f5c90f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.103 $ -->
|
||||
<!-- $Revision: 1.104 $ -->
|
||||
<reference id="ref.filesystem">
|
||||
<title>Filesystem functions</title>
|
||||
<titleabbrev>Filesystem</titleabbrev>
|
||||
|
@ -1915,8 +1915,8 @@ if($fp){
|
|||
<function>clearstatcache</function> for more details.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>is_dir</function> and
|
||||
<function>is_file</function>.
|
||||
See also <function>is_dir</function>,
|
||||
<function>is_file</function>, and <function>readlink</function>.
|
||||
</para>
|
||||
<simpara>
|
||||
This function will not work on <link
|
||||
|
|
Loading…
Reference in a new issue