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 |
What are the Formatting and Printing Strings available in PHP?
How to return a value back to the function caller?
Why many companies are switching their current business language to php?
What is php mainly used for?
Tell me what is the main difference between php 4 and php 5?
How do I expire a php session after 30 minutes?
How do I display php errors?
i have a string and that string contains the alphanumeric value and i want to hide or semihide the 10 digit telephone number from the string.
Is empty java?
What is php and what does it do?
What is difference between str_replace and substr_replace
How to reset/destroy a cookie in php?