What is the difference between the functions UNLINK
and UNSET?
Answer Posted / ramthiraviya
unlink():: is a function for file system handling.it will
simply file in context
unset():: is a function for variable management.it will make
a variable undefined
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What does $_env means?
What is array and function?
What is session cookies php?
What is full form of PHP?
Why do we use in php?
What does a delimiter do in mysql?
What is the difference between require and include in php?
How to connect to a url in php?
What are the main error types in php and how do they differ?
Which cryptographic functions in php returns the longest hash value?
What is difference between core php and framework?
Which library is used in php to do various types of image work?
What is the difference between get and post method in php?
Difference between mysql_connect and mysql_pconnect?
How to open a file in php?