What is the difference between the functions unlink and unset?
Answer Posted / pinky
unlink is used to delete the file where as
unset is used to delete the variable and the content of file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use cookie?
What is the difference between explode () and split () functions in php?
List some array functions in php?
What is the use of final class in php?
Which parts of php are case sensitive?
Tell me what type of operation is needed when passing values through a form or an url?
How can you encrypt password using php?
How do I get csrf token?
What is php session id?
How can a cross-site scripting attack be prevented by php?
Can php replace javascript?
Why is used in php?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
Tell me what is the difference between get and post?
Can I use node js with php?