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's php?
What is query string php?
Where is session value stored?
What is the most common http method?
What is the basic syntax of Php?
What is input sanitization in php?
Is empty check in php?
What is pdo classes?
What is c++ polymorphism?
A process is identified by a unique___
How to generate a character from an ascii value?
Is it easy to learn php?
What is smarty?
How do I run php?
What is the difference between print() and echo() in PHP?