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
How to create a public static method in PHP?
How to access a specific character in a string?
What is composer used for?
How to check a variable is an array or not in php?
How can we destroy the cookie in php?
Does php have block scope?
What is isset in php form?
What is the difference between indexed and associative array?
What is the current stable version of php? What advance thing in php7?
How to remove the new line character from the end of a text line in php?
What is the difference between the functions strstr() and stristr()?
How to read the entire file into a single string?
Do I need to install php after xampp?
What sized websites have you worked on in the past?
What is difference between session_unset and session_destroy?