What is the difference between the functions UNLINK
and UNSET?
Answer Posted / kirti
Function Unlink is used for deleting a file.
Function Unset is used for variable as to unset the variable
and free d memory allocated.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Which framework is best for php?
What is escaping to php?
What is an example of a variable?
What is php built on?
Does php 5 support exceptions?
Which of the data type is compound datatype supported by PHP?
What is data structure in php?
Can I learn php without knowing c?
Is php the same as html?
Can I use node js with php?
What is the difference between pop3 IMAP and MAPI?
What is the difference between associative array and indexed array?
Tell me which programming language does php resemble to?
What is url encoding and decoding in php?
How do I escape data before storing it in the database?