What is the difference between the functions unlink and unset?
Answer Posted / kiran
unlink() is used to delete a file
unset() is used to delete a variable
| Is This Answer Correct ? | 44 Yes | 5 No |
Post New Answer View All Answers
Does php 5 support exceptions?
Is it possible to extend the execution time of a php script?
What is php ci?
What is session php?
Write a program using while loop?
Is php coding easy?
How can we display information of a variable and readable by a human with php?
What is full form of PHP?
How a variable is declared in php?
What is php's mysqli extension?
What is the use of trim function in php?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
Where sessions stored in PHP?
What is the use of get and post method in php?
What is string and its function?