What is the difference between the functions unlink and unset?
Answer Posted / jitendra k jain
unlink is a function to delete a file from specified location where as unset() is a function that will distroy memory allocated to that variable. it means it will remove variable from memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does the scope of variables means?
What is the meaning of a persistent cookie?
What are the differences between echo and print?
What is the meaning of a final class and a final method?
What is difference between count or sizeof function in php?
Explain me what is the meaning of a persistent cookie?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What are arguments in php?
How to check your php installation?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
What is the use of friend function in php?
Where are sessions stored php?
Which is best framework for php?
Does php support multiple inheritance?
Which is faster for or foreach?