What is the difference between the functions unlink and unset?
Answer Posted / manish kumar
Unset is function which is use the unset (destroys) the
specified variable but unlink is also a function which is
used to deletes a file.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain me what is the w3c?
What is file upload?
What is the difference between null and empty?
Explain the different types of errors in php.
How to include a file code in different files in php?
What is a composer?
What is different between software and app
Which php framework is in demand?
Why laravel is the best php framework in 2019?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is the use of array_search() in php?
How can we automatically escape incoming data?
What is trait in php?
Why ide is recommended for use while programming with php?
How to protect special characters in query string?