What is the difference between the functions unlink and unset?
Answer Posted / pinky
unlink is used to delete the file where as
unset is used to delete the variable and the content of file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What new features php7 has in store for us?
What is slim framework?
Do loops php?
What is Different between Joomla And Magento?
How to track no of user logged in?
How do you destroy a particular or all Sessions?
Can we set session value in javascript?
Define about declare construct?
Do I need to install php after xampp?
What is difference between ksort() and usort() functions.
How to call a php function from another php file?
Why die is used in php?
Explain what is memcache?
What does the unlink() function mean?
Explain Constant in Class?