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 |
Whats the difference between include() and require()?
How to convert any type of video formate in flv formate in php can any buddy give me coding.
Tell us why did you choose this particular career path?
What is escape data in php?
Explain mixed and callback functions?
What is ltrim?
What does the scope of variables mean?
How arrays are passed through arguments?
How to create database connection and query in php?
What is var_dump?
How to get a total number of elements used in the array?
How to create a table using php?