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
How to find datatype of variable in php?
Why and where do we use htaccess?
What is the sign to start variables in PHP?
What is "print" in php?
Are php sessions secure?
How to download and install php on windows?
What is php pathinfo?
Php error constants and their descriptions
How to return ascii value of character in php?
What is the difference between php and core php?
What is the use of extract function in php?
How can you submit a form without a submit button?
Explain mysql_error().
How can we pass the variable through the navigation between the pages?
What is the function of string in c?