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.

...