What is the difference between the functions unlink and unset?
2627
13-Jun-2011
Anonymous User
13-Jun-2011unlink 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.