What is the difference between the functions unlink and unset?
Answer Posted / jitendra k jain
unlink is a function to delete a file from specified location where as unset() is a function that will distroy memory allocated to that variable. it means it will remove variable from memory.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is session a cookie?
What is php resource type?
How do you explain independent and dependent variables?
Is php an oop?
What is laravel php?
What do you mean range() in php?
What are the main error types in php?
Why php is also called as scripting language?
How would you determine the size of a file in php?
Tell me in php, objects are they passed by value or by reference?
How many different types of messages available in php?
Tell me when a conditional statement is ended with an endif?
What is ci framework in php?
How to call php function in jquery?
What is purpose of @ in Php?