mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #80300: add "unlink" in "see also" section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351181 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b820701969
commit
46a0d3708e
2 changed files with 20 additions and 0 deletions
|
@ -49,6 +49,14 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
The function fails, and issues <constant>E_WARNING</constant>, if <parameter>link</parameter>
|
||||
already exists, or if <parameter>target</parameter> does not exist.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
@ -87,6 +95,7 @@ link($target, $link);
|
|||
<member><function>symlink</function></member>
|
||||
<member><function>readlink</function></member>
|
||||
<member><function>linkinfo</function></member>
|
||||
<member><function>unlink</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -51,6 +51,16 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="errors">
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
The function fails, and issues <constant>E_WARNING</constant>,
|
||||
if <parameter>link</parameter> already exists.
|
||||
On Windows, the function also fails, and issues <constant>E_WARNING</constant>,
|
||||
if <parameter>target</parameter> does not exist.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
@ -78,6 +88,7 @@ echo readlink($link);
|
|||
<member><function>link</function></member>
|
||||
<member><function>readlink</function></member>
|
||||
<member><function>linkinfo</function></member>
|
||||
<member><function>unlink</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue