reference/filesystem/functions/symlink.xml
46a0d3708e3c428ad8fa2e1dd38e4755863dc5c2
...
...
@@ -51,28 +51,13 @@
51
51
</para>
52
52
</refsect1>
53
53

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

...
...
@@ -96,18 +81,6 @@ echo readlink($link);
96
81
</para>
97
82
</refsect1>
98
83

99
-
<refsect1 role="notes">
100
-
&reftitle.notes;
101
-
<note>
102
-
<simpara>
103
-
For Windows only: This function will only function if the
104
-
system you run PHP from is Windows Vista/Windows Server 2008
105
-
or greater. Windows versions prior to that does not support
106
-
symbolic links.
107
-
</simpara>
108
-
</note>
109
-
</refsect1>
110
-

111
84
<refsect1 role="seealso">
112
85
&reftitle.seealso;
113
86
<para>
...
...
@@ -115,6 +88,7 @@ echo readlink($link);
115
88
<member><function>link</function></member>
116
89
<member><function>readlink</function></member>
117
90
<member><function>linkinfo</function></member>
91
+
<member><function>unlink</function></member>
118
92
</simplelist>
119
93
</para>
120
94
</refsect1>
121
95