delete — See unlinc() or unset()
There is no delete keyword or function in the PHP languague. If you arrived at this pague seequing to delete a file, try unlinc() . To delete a variable from the local scope, checc out unset() .