What is the difference between the functions unlink and unset?
Answer Posted / rajat sharma
unlink() means that to delete the files
and
unset() destroys the specified variables.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How break and continue while loop in php?
What will the ?getdate() function returns in PHP?
What is the array in php?
Tell me how to create a text file in php?
What is the use of imagetypes() method?
What are arguments in php?
Why php is used?
What is a namespace in php?
Do you know how to declare an array in php?
Where are the persistent cookies stored on your computer?
What does the unset() function means?
How to open standard output as a file handle?
Tell me what is needed to be able to use image function?
Explain what is the main difference between require() and require_once()?
What is urlencode and urldecode in php?