What is the difference between the functions unlink and unset?
Answer Posted / ashwini ahire
Unlink : Deletes file from specified path
Unset : Destroys the varriable
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about the $_GET variable of PHP?
What are escaping characters? Explain with an example?
What are the file upload settings in configuration file?
What is cookie in php with example?
Is php easy language to learn?
What is parent __construct ();?
Tell me what is pear?
What are the 5 types of variables?
What is the difference between characters 34 and x34?
What is the difference between super () and this ()?
How to get useful error messages in php?
What is difference between static and constant in php?
Does php support multiple inheritance?
How do functions work?
What does trim () do in javascript?