diff --git a/reference/filesystem/functions/delete.xml b/reference/filesystem/functions/delete.xml index 1b6e80e5d7..06ca9dc4e3 100644 --- a/reference/filesystem/functions/delete.xml +++ b/reference/filesystem/functions/delete.xml @@ -9,9 +9,9 @@ &reftitle.description; - This is a dummy manual entry to satisfy those people who are looking for - unlink or unset in the wrong - place. + There is no delete keyword or function in the PHP language. + If you arrived at this page seeking to delete a file, try unlink. + To delete a variable from the local scope, check out unset.