What is the difference between the functions unlink and unset?
Answer Posted / jeyaprabhu
Unlink() is a function for Delete the file.
unset is a function for delete the variable.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Explain me is it possible to destroy a cookie?
Is it difficult to learn php?
How do I check if a given variable is empty?
What is the role of the .htaccess file in php?
Where do we use get and post?
What is mysqli php?
Which is better python or php?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
How to write the form tag correctly for uploading files?
How does cookies work in php?
Tell me what is the use of mysql_real_escape_string() function?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What is difference between required and include in php?
Can a trait extend a class php?
What is $_ request in php?