+1 vote
in PHP by
What does the unlink() function mean?

1 Answer

0 votes
by

The unlink() function is dedicated for file system handling. It simply deletes the file given as entry.

Related questions

+1 vote
asked Jun 23, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...