delete
See unlink or unset
&reftitle.description;
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.
&reftitle.seealso;
unlink
unset