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
Do csrf tokens expire?
What is session management php?
What does $_env means?
Write a program to display a table of any given number?
What is the scope of a variable defined outside a function?
What is php explain how php works?
What is session in php w3schools?
What is mvc in php?
What is the differences between $a != $B and $a !== $B?
Why is php used?
What are major variables in research?
How to return a value back to the function caller?
Is php 7.0 stable?
What is repository in php?
How to call javascript function in php on button click?