What is the difference between the functions UNLINK
and UNSET?
Answer Posted / ramse
Unset can be used for empty the value of variable or
contents of file but unlink destroy file.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the main difference between require() and include()?
Is session a cookie?
Write a program in php to find the occurrence of a word in a string?
How to get the position of the character in a string in php?
What does the scope of variables means?
What is the main difference between php 4 and php 5?
What is php constructor?
What are the three classes of errors that can occur in php?
How can we create a database using php?
What is api used for?
What is whitespace in php?
How can I prevent sql-injection in php?
How should a model be structured in mvc?
What is the Pipe Symbol represented?
What is form submission?