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
Is php faster than nodejs?
Explain what does $_server means?
What is the difference between characters 23 and x23?
How to convert strings to numbers in php?
What types of loops exist in php?
What is a collection in php?
How can you send http header to the client in php?
What's the difference between __sleep and __wakeup?
Does php 5 support exceptions?
Why ide is recommended for use while programming with php?
What is die in php?
What is difference between isset and empty in php?
How can you increase the maximum execution time of a script in php?
Explain me soundex() and metaphone()?
What is empty () in php?