What is the difference between the functions unlink and unset?
Answer Posted / kiran
unlink() is used to delete a file
unset() is used to delete a variable
| Is This Answer Correct ? | 44 Yes | 5 No |
Post New Answer View All Answers
What is difference between action hook and filter hook?
How to set a value in session? How to remove data from a session?
Tell me how to find the position of the first occurrence of a substring in a string?
How to check an key is exists in array?
Tell me when a conditional statement is ended with an endif?
What is form validation in php?
How to call php function from javascript using ajax?
What is list function with their uses.
Explain about getters and setters in php?
What is static in php?
How are sessions maintained?
What is the delimiter default in PHP?
What is isset php?
Which is better mysql or sql?
What is the difference between unset and unlink?