0 votes
in PHP by
How to delete file in PHP?

1 Answer

0 votes
by

The unlink() function is used to delete a file in PHP.

bool unlink (string $filename)      

...