What is the difference between unset and unlink ?

Unlink: Is used to remove a file from server.
usage:unlink(‘path to file’);

Unset: Is used unset a variable.
usage: unset($var);

What is the difference between unset and unlink ?
Show Buttons
Hide Buttons