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
How to swap two variables without using 3rd temp variable.
What is overriding in php?
How you can update memcached when you make changes to php?
How to redirect a url from http to https in .htaccess?
What is the purpose of the '.myd' file extension? What do thes file contain?
What is a lambda function in php?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
Why triggers are used in mysql?
Explain me what is the meaning of a persistent cookie?
Why session timeout is important?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
What is difference between strstr() and stristr()?
How many types of array are there in php?
How to open standard output as a file handle?
What is the interface in php?