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)      

Related questions

0 votes
asked Jun 6, 2020 in PHP by SakshiSharma
+1 vote
asked Feb 2, 2021 in PHP by SakshiSharma
...