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 protect special characters in query string?
How to get the directory name out of a file path name?
How to uploaded files to a table?
Tell me how is it possible to return a value from a function?
Explain the three different kinds of Arrays?
How can we get ip address of a client in php?
Which is better php or wordpress?
How to select a database in php?
What is __ construct in php?
What is difference between core php and framework?
What is echo and print in php?
What is inheritance in php with example?
Write an example to remove html tags from a string in php?
Is php used anymore?
What is the importance of "action" attribute in a html form?