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 is the dependent variable?
Difference between $message vs. $$Message in php.
What can I do by cakePHP?
how to open & closing opening period in fico
Explain me the difference between include and require?
Tell me can the value of a constant change during the script's execution?
What is the use of nl2br() in php?
Are php variables global?
What is php date function?
How does cookies work in php?
What is the use of stripslashes in php?
How to get the total number of values in an array?