What is the difference between the functions unlink and unset?
Ask by Anonymous User
Updated 17 Sep 2020
unlink is a function for file system handling. It will simply delete the file in context. unset will set UNSET the
specified variable.
unlink is used to delete a file. unset is used to destroy an earlier declared variable.