What is the difference between the functions unlink and unset?
Answer Posted / rajan vardawaj
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.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the ways to define a constant in php?
What is substr in php?
What is difference between core php and framework?
What sized websites have you worked on in the past?
Why do we use interface in php?
How can I find my php version?
What is a class in php programing?
Is php 5 still supported?
How to find the position of the first occurrence of a substring in a string?
What is abstract class in php?
How check variable is set or not in php?
Where php basically used?
What is delimiter php?
What is member function?
What is php addslashes?