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
Explain what is the static variable in function useful for?
What is difference between web service and api?
What is isset post?
What are classes in php?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
How is the comparison of objects done in php?
Is laravel an oop?
What is instantiation?
What is a helper function?
What is constructors and destructors?
How is it possible to set an infinite execution time for php script?
What is namespace and use in php?
Can php variables have numbers?
Explain the ternary conditional operator in php?
What is PHP? Who is the father or inventor of PHP?