What is the difference between the functions unlink and unset?
Answer Posted / jeyaprabhu
Unlink() is a function for Delete the file.
unset is a function for delete the variable.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How can we increase execution time of a php script?
How to access a Static Member of a Class in PHP?
What is the difference between php traits vs interfaces?
How to do single and multi line comment in php?
When to use self over $this?
Is polymorphism inherited?
Tell me how stop the execution of a php scrip?
What are the options to transfer session ids?
What is the empty function?
What is the apache?
How to redirect https to http url through .htaccess?
Code to upload a file in PHP?
What does session start do in php?
Tell me what is needed to be able to use image function?
How to get the position of the character in a string in php?