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 php function that removes the last element of the array and returns it?
What is php limit?
How to select a database in php?
Explain $_FILES Superglobal Array?
How to remove a file?
Is empty array php?
What is the output of the ucwords function in this example?
Is php pass by reference or value?
What is cookie and why do we use it?
Why laravel is the best php framework in 2019?
What is boolean in php?
What are computer variables?
Difference between $message vs. $$Message in php.
Tell me are parent constructors called implicitly inside a class constructor?
What is a PHP accelerator?