What is the difference between the functions unlink and unset?
Answer Posted / rajat sharma
unlink() means that to delete the files
and
unset() destroys the specified variables.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you clear environment variables?
What is Mcrypt used for?
Whether php supports microsoft sql server?
What is __ construct in php?
What is difference between array_merge and array_combine?
What is the actually used php version?
Tell me what is the main difference between php 4 and php 5?
What is php ci?
What is php simple definition?
What are the different types of php variables?
Can a trait extend a class php?
What is php sequence?
Explain how we can retrieve the data in the result set of mysql using php?
How to remove a file?
Write a php function to convert all null values to blank?