Home » Interview » Technology

What is the difference between the functions unlink and unset in PHP?

Correct Answer: The function unlink() is to remove a file, where as unset() is used for destroying a variable that was declared earlier

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion