What’s the difference between unset() and unlink()
Correct answer(s):
unset()sets a variable to "undefined" andunlink()deletes a file from the file system.
