mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
1725f5c90f
commit
a4b7e945cd
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
¬e.no-windows;
|
||||
|
|
Loading…
Reference in a new issue