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
What is cURL in PHP?
How to connect to a url in php?
What is the use of imagetypes() method?
How to convert strings in hex format?
What does the array operator '===' means?
How do you find the length of a string in php?
How to get the length of string?
What is mysqli_fetch_array?
What is the best php version for wordpress?
What is php7?
Is json a string php?
What should be the length of variable for SHA256?
How to return a value back to the function caller?
Write a php script to get the largest key in an array?
What distinguishes php from something like client side java script?