What is the difference between the functions UNLINK
and UNSET?
Answer Posted / raju kumar
unlink used for delete file from directory and unset used
for destroy variable like session.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is php case sensitive?
What is abstraction php?
What is the most common http method?
Explain the difference between mysql_connect and mysql_pconnect?
What is the function mysql_pconnect() usefull for?
Explain the difference between isset() and empty()?
Php program to generate fibonacci series?
What are the method available in form submitting?
Explain the visibility of the property or method?
Which framework is best for php development?
What does php exit do?
Is php a framework?
Explain some of the php array functions?
Tell me what is the difference between the functions strstr() and stristr()?
How do I find out the number of parameters passed into function9?