PHP delete() Function

PHP delete Function


Definition and Usage

There is no delete() function in PHP.

If you need to delete a file, look at the unlink() function.