What’s the difference between unset()
and unlink()
Note
The unset()
sets the value of a variable to "undefined" while unlink()
deletes a file we pass to it from the file system.
What’s the difference between unset()
and unlink()
The unset()
sets the value of a variable to "undefined" while unlink()
deletes a file we pass to it from the file system.