readlink: see also is_link (and not readlink, which seems a little redundant :)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65769 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2001-12-20 19:11:40 +00:00
parent 1725f5c90f
commit a4b7e945cd

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.104 $ -->
<!-- $Revision: 1.105 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@ -2539,8 +2539,8 @@ $fp = popen ("/bin/ls", "r");
in case of error.
</para>
<para>
See also <function>symlink</function>,
<function>readlink</function> and
See also <function>is_link</function>,
<function>symlink</function> and
<function>linkinfo</function>.
</para>
&note.no-windows;