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
How to convert strings in hex format?
Can I learn laravel without php?
What are the array functions in php?
What is crypt () in php?
Is php faster than nodejs?
What are some new features introduced in php7?
What is composer json?
How do you check if a variable has not been set in php?
What is escape data in php?
How can I display text with a php script?
Does php have block scope?
What are regular expressions in programming?
In php how can you jump in to and out of "php mode"?
What are computer variables?
What is a php session?