reference/filesystem/functions/delete.xml
ec6e871a47fa15228aa3299f46fed826422adbc0
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.delete" role="noversion">
3
+
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.delete" annotations="verify_info:false">
4
4
<refnamediv>
5
5
<refname>delete</refname>
6
6
<refpurpose>See <function>unlink</function> or <function>unset</function></refpurpose>
...
...
@@ -9,9 +9,9 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<para>
12
-
This is a dummy manual entry to satisfy those people who are looking for
13
-
<function>unlink</function> or <function>unset</function> in the wrong
14
-
place.
12
+
There is no delete keyword or function in the PHP language.
13
+
If you arrived at this page seeking to delete a file, try <function>unlink</function>.
14
+
To delete a variable from the local scope, check out <function>unset</function>.
15
15
</para>
16
16
</refsect1>
17
17

18
18