What is the difference between the functions UNLINK
and UNSET?
Answer Posted / raju kumar
unlink used for delete file from directory and unset used
for destroy variable like session.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is form action php?
What is csrf mvc?
Explain the visibility of the property or method?
Do I need apache for php?
Are there regular expressions in php?
Tell me how to create a text file in php?
What is $_ get?
What is the use of strip_tags() method?
How does session work in php?
Does empty check for null?
How is it possible to remove escape characters from a string?
What is the use of array_search() in php?
Explain php split() function.
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is get and post method in php?