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 is the mysql injection?
Tell us how can we access the data sent through the url with the post method?
How can we submit a form without using submit buttons?
How to create an empty array in php?
What is the best way to avoid email sent through php getting into the spam folder?
How do you display the output directly to the browser?
What is use of isset function in php?
Why session timeout is important?
Which functions are used to count the total number of array elements in php?
What is meant by ‘passing the variable by value and reference' in php?
How do you measure variables?
How can we submit from without a submit button?
What are the special characters you need to escape in single-quoted stings?
Can you use php and javascript together?
What is the use of $_request variable?