reference/filesystem/functions/link.xml
46a0d3708e3c428ad8fa2e1dd38e4755863dc5c2
...
...
@@ -49,28 +49,11 @@
49
49
</para>
50
50
</refsect1>
51
51

52
-
<refsect1 role="changelog">
53
-
&reftitle.changelog;
52
+
<refsect1 role="errors">
53
+
&reftitle.errors;
54
54
<para>
55
-
<informaltable>
56
-
<tgroup cols="2">
57
-
<thead>
58
-
<row>
59
-
<entry>&Version;</entry>
60
-
<entry>&Description;</entry>
61
-
</row>
62
-
</thead>
63
-
<tbody>
64
-
<row>
65
-
<entry>5.3.0</entry>
66
-
<entry>
67
-
This function is now available on Windows platforms (Vista, Server
68
-
2008 or greater).
69
-
</entry>
70
-
</row>
71
-
</tbody>
72
-
</tgroup>
73
-
</informaltable>
55
+
The function fails, and issues <constant>E_WARNING</constant>, if <parameter>link</parameter>
56
+
already exists, or if <parameter>target</parameter> does not exist.
74
57
</para>
75
58
</refsect1>
76
59

...
...
@@ -112,6 +95,7 @@ link($target, $link);
112
95
<member><function>symlink</function></member>
113
96
<member><function>readlink</function></member>
114
97
<member><function>linkinfo</function></member>
98
+
<member><function>unlink</function></member>
115
99
</simplelist>
116
100
</para>
117
101
</refsect1>
118
102