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
What is baseurl?
Which function is used to read a single character from a file in PHP.
What is the difference between Split and Explode in PHP?
How is session data stored?
What is laravel php?
What is the name of scripting engine in php?
How to compare two strings with comparison operators in php?
How to find datatype of variable in php?
What is difference between sql and php?
How do you end a function in python?
How do you clear environment variables?
Is apache needed for php?
What sized websites have you worked on in the past?
Tell me what are the correct and the most two common way to start and finish a php block of code?
What is an example of a variable?