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

52
-
<refsect1 role="notes">
53
-
&reftitle.notes;
54
-
<note>
55
-
<simpara>
56
-
For Windows only: This function requires PHP to run in an elevated
57
-
mode or with the UAC disabled.
58
-
</simpara>
59
-
</note>
60
-
</refsect1>
61
-

62
-
<refsect1 role="changelog">
63
-
&reftitle.changelog;
52
+
<refsect1 role="errors">
53
+
&reftitle.errors;
64
54
<para>
65
-
<informaltable>
66
-
<tgroup cols="2">
67
-
<thead>
68
-
<row>
69
-
<entry>&Version;</entry>
70
-
<entry>&Description;</entry>
71
-
</row>
72
-
</thead>
73
-
<tbody>
74
-
<row>
75
-
<entry>5.3.0</entry>
76
-
<entry>
77
-
This function is now available on Windows platforms (Vista, Server
78
-
2008 or greater).
79
-
</entry>
80
-
</row>
81
-
</tbody>
82
-
</tgroup>
83
-
</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.
84
57
</para>
85
58
</refsect1>
86
59

...
...
@@ -106,6 +79,13 @@ link($target, $link);
106
79
<refsect1 role="notes">
107
80
&reftitle.notes;
108
81
&note.no-remote;
82
+
<note>
83
+
<simpara>
84
+
For Windows only: This function requires PHP to run in an elevated
85
+
mode or with the UAC disabled.
86
+
</simpara>
87
+
</note>
88
+

109
89
</refsect1>
110
90

111
91
<refsect1 role="seealso">
...
...
@@ -115,6 +95,7 @@ link($target, $link);
115
95
<member><function>symlink</function></member>
116
96
<member><function>readlink</function></member>
117
97
<member><function>linkinfo</function></member>
98
+
<member><function>unlink</function></member>
118
99
</simplelist>
119
100
</para>
120
101
</refsect1>
121
102