What is the difference between the functions unlink and unset?
Answer Posted / kiran
unlink() is used to delete a file
unset() is used to delete a variable
| Is This Answer Correct ? | 44 Yes | 5 No |
Post New Answer View All Answers
What is the difference between nowdoc and heredoc?
How to process the uploaded files?
When do you use define() and when do you use const. What are the main differences between those two?
Which software is best for php?
How many types of inheritances used in php and how we achieve it.
How are cookies created?
What is php and its advantages?
How to redirect a url from http to https in .htaccess?
How can you pass a variable by reference?
What is memcache?
Does php pass arrays by reference?
What are sql injections, how do you prevent them and what are the best practices?
Tell me what is htaccess?
How to create a mysql connection in php?
What are the main error types in php?