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
Can age be a variable?
When is a conditional statement ended with endif?
Where are cookies stored php?
Where is the functions php in wordpress?
Do you know how to get the ip address of the client?
Tell me what is the actually used php version?
Explain the visibility of the property or method?
What is the difference between file_get_contents() and file_put_contents() in php?
What does mysqli_query return?
What is the basic syntax of Php?
Write a program using while loop?
What are some of the advanced features of php?
Is it worth learning php in 2019?
What is namespaces in PHP?
How to check if a string contains a character or word in php?