What is the difference between the functions UNLINK
and UNSET?
Answer Posted / ramse
Unset can be used for empty the value of variable or
contents of file but unlink destroy file.
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Is php the same as html?
How to get the number of characters in a string?
How many types of array are there in php?
How to track user logged out or not? When user is idle?
Can a trait extend a class php?
Which function parses an English textual date or time into Unix timestamp in PHP.
Is array a key php?
Is laravel an oop?
How to convert a string to uppercase in php?
Is php used anymore?
How can we encrypt the password using php?
What is PECL?
What is the use of super-global arrays in php?
Tell me what is the difference between unset() and unlink()?
What are new features in php 7?