What is the difference between unset() and unlink() in PHP ?

Unset is used to delete(destroy) a variable whereas unlink used to delete a file.