Basic PHP Programming Question:
Download Job Interview Questions and Answers PDF
What is the difference between the functions unlink and unset?
Answer:
unlink() is a function for file system handling. It will simply delete the file in context.
unset() is a function for variable management. It will make a variable undefined.
unset() is a function for variable management. It will make a variable undefined.
Download PHP Interview Questions And Answers
PDF