What is the difference between the functions unlink and unset?
Answer Posted / n.boopathi
UNLINK:unlink-deletes the file.
UNSET:Unset is function which is use the unset (destroys OR
delete) the
specified variable.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How arrays are passed through arguments?
Tell us how can we display the output directly to the browser?
Is python easier than php?
What is mvc? Why its been used?
What exactly is validating and sanitizing?
Tell us how to set cookies in php?
What is the difference between $var and $$var?
How to include a file code in different files in php?
What are the different components used in php for formatting?
What are the main error types in php?
What does the unlink() function means?
What is traits? How it is used in php?
What is Gd PHP?
What is different types of visibility?
Tell me which function gives us the number of affected entries by a query?