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 |
Tell me is it possible to remove the html tags from data?
How can you get web browser’s details using PHP?
What does PHP stand for?
What is the use of is_array() and in_array()?
How a variable is declared in php?
What are the functions to be used to get the image's properties (size, width and height)?
What is php's mysqli extension?
What is $_ post in php?
What is encapsulation in oop php?
What is the purpose of a query?
What is the use of "enctype" attribute in a html form?
What is php and sql used for?