What is the difference between the functions UNLINK
and UNSET?
Answer Posted / ramtej
UNLINK function is used to delete a file,
UNSET function is used to free the specified session variable
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
Tell me what sized websites have you worked on in the past?
What does $globals means?
How do I escape in php?
Tell me what is the actually used php version?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What is an operator in php?
What is the importance of "action" attribute in a html form?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How do I check environment variables?
What is the difference between explode () and split () functions in php?
What is magic quotes?
How you can update memcached when you make changes to php?
Is it possible to protect special characters in a query string?
What is a PHP accelerator?