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 are session variables in php?
Can constructor be private in php?
Does csrf token change?
How to write php function in html onclick?
What is warning – “cannot modify header information – headers already sent”?
Tell me what is use of in_array() function in php?
What are the features and advantages of object-oriented programming in php?
Which programming language does php resemble to?
How be the result set of mysql handled in php?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is cookie and session in php?
What is php artisan tinker?
How to check a key exist in an array?
Are php variables global?
How can we connect to a mysql database from a php script?