Showing posts with label unset. Show all posts
Showing posts with label unset. Show all posts

Sunday, November 6, 2011

What is the difference between unlink and unset ?

The difference between unlink and unset is given below:

Unlink is used to delete a file for a given path.
where as
Unset is used to delete a value of a variable.