What is the difference between the functions unlink and unset?
Answer Posted / rajan vardawaj
unlink() is a function for file system handling. It will
simply delete the file in context. unset() is a function for
variable management. It will make a variable undefined.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are php magic methods?
Which function would you use to read a line of data from a file in php?
How many ways to include array elements in double-quoted strings using php?
How many keywords are there in php?
How to replace a text in a string with another text in php?
How to run the interactive php shell from the command line interface?
What is php sequence?
Which is better wamp or xampp?
What is mod_php?
How to count a number of words in a string in php?
What is php and its features?
What are super global variables in php?
Name some of the constants in php and their purpose.
How to write in a file in php?
Explain the differences between get and post methods?