What is the difference between the functions UNLINK
and UNSET?
Answer Posted / vineet sharma
unset() function is to destroy the temporary declared variable.
Unlink function is used to remove the link from the file
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What the limitation of header() function in php?
What is stripslashes php?
What should be the length of variable for SHA256?
What is php and its features?
What is $_ get?
How do I escape data before storing it in the database?
How long does a session last in php?
What is difference between required and require_once in php?
What is a namespace in php?
Is php 7 backwards compatible?
How does php work with apache?
Does facebook use php framework?
What does it mean when it says the csrf token is invalid?
What are php filters?
How cookies are transported from servers to browsers?