What is the difference between the functions UNLINK
and UNSET?
Answer Posted / kirti
Function Unlink is used for deleting a file.
Function Unset is used for variable as to unset the variable
and free d memory allocated.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is php case sensitive?
What is difference between put and post method in http?
What is $_ files in php?
Is salary a ratio or interval?
How do you check if a variable has been set in php?
How to enable cURL in PHP?
When are you supposed to use endif to end the conditional statement?
What are the differences between GET and POST methods?
armstrong number by using php while number is given by the keyboard.?
Tell me how comfortable are you with writing html entirely by hand?
What is the use of final class in php?
How to create a public static method in PHP?
What happens when submit button is clicked?
What is the function to count elements in an array in PHP?
Write down the code for save an uploaded file in php.