What is the difference between the functions unlink and unset? | PHP


unlink() deletes the given file from the file system.
unset() makes a variable undefined.