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
How to access standard error stream in PHP?
Can I learn laravel without php?
Can you use both this () and super () in a constructor?
How do you pass a variable by value?
Tell me how is it possible to remove escape characters from a string?
Explain the difference between php4 and php5.
What is magic function in php?
Explain why would we use === instead of ==?
What is polymorphism php?
What is c++ polymorphism?
Is php a case sensitive language?
What is ci in php?
How long is csrf token?
Tell me how to retrieve a cookie value?
Tell me what are magic methods?