What is the difference between the functions unlink and unset?
Answer Posted / pinky
unlink is used to delete the file where as
unset is used to delete the variable and the content of file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between require and include in php?
Explain Creating and Naming an Array?
Tell me how to create a text file in php?
What is scope of variable in php?
How to Retrieve a Cookie Value?
Difference between array_combine and array_merge?
Can I write php code in html file?
How to invoke a user function?
What does the unset() function mean?
Is empty function c++?
Explain difference between urlencode and urldecode?
Explain mysql_error().
What type of headers have to be added in the mail function to attach a file?
What is a persistent cookie in php?
Tell us how can we display the output directly to the browser?