What is the difference between the functions unlink and unset?
unlink() means that to delete the files and unset() destroys the specified variables.