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 is restful api?
How break and continue while loop in php?
Is empty java?
How to check a key exist in an array?
List types of array are available in php?
What is psr in php?
How can we extract string 'techinterviews.com' from a string 'http://www.techinterviews.com' using regular expression in PHP?
What is overriding in php?
What is the use of mysql_fetch_assoc in php?
What is cookies php?
This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?
How many ways to include array elements in double-quoted strings using php?