(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
int unlink (string filename)
int unlink
Deletes filename. Similar to the Unix C unlink() function.
Returns TRUE on success, FALSE on failure.
See also rmdir() for removing directories.