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 ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a php certification?
What is a php array?
What are php applications?
What’s the difference between htmlentities() and htmlspecialchars()?
What is difference between base_url and site_url?
Tell me how can I display text with a php script?
What are the differences between GET and POST methods?
How to set session.gc_divisor properly?
Does php support multiple inheritances?
Explain me what is the use of 'print' in php?
Will react hooks replace redux?
What is laravel php?
Explain me what are the main error types in php and how do they differ?
Define anonymous classes in php7?
Which function is used in php to delete a file?