What is the difference between the functions unlink and unset?
Answer Posted / rajat sharma
unlink() means that to delete the files
and
unset() destroys the specified variables.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to convert one date format into another in php?
Is apache needed for php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
Tell us what does $_cookie means?
What are php magic methods?
Where are php configuration settings stored?
What is the output of the following php code?
How can we create a database using php?
How error handling is being handled by php?
How many columns can be added in a table in mysql?
Why delimiter is used in mysql?
Which function Returns the time of sunrise for a given day / location in PHP.
What PHP stands for?
What is php and why it is used?
How to check if a string contains a character or word in php?