What is the difference between unlink and unset ?
Answers were Sorted based on User's Feedback
unlink delete the specified file
and unset destroy the variable
| Is This Answer Correct ? | 23 Yes | 0 No |
Answer / raghavaiah.k
Unlink is a function for file system handling. It will
simply delete the file in context!
And unset will set unset the variable.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / rakesh
unlink delete the specified file and unset which destroy
the variable
| Is This Answer Correct ? | 10 Yes | 1 No |
Which MySQL function would you use to select a database?
Explain the difference between session and cookies in php?
What is meant by variable variables in php?
What is difference between action hook and filter hook?
Which library is used in php to do various types of image work?
What is __ invoke in php?
Tell me how can we display information of a variable and readable by human with php?
How to convert strings in hex format?
Why do we show php code in browser?
how to convert PHP code in to java code
why we used type-pool SLIS in ALVs? how many types of windows in scripts?
What is inheritance in php?