What is the difference between the functions unlink and unset?
Answer Posted / suprita pandey
Unlink() :-remove file from server.
unlink(' /path/file.phtml');
Unset() :-remove the variable.
unset($variableName);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to change the principal password?
What is framework? How it works? What is advantage?
How do you trim spaces in excel?
What software is required to run php?
Write down the code for saving an uploaded file in PHP.
What is csrf cookie?
What is variable function php?
Which is useful for method overloading?
Tell me what is the difference between unset() and unlink()?
Starting or restarting a computer is called
How to call php function from javascript using ajax?
Tell me what is the difference between characters 34 and x34?
What are the benefits of using queries?
What is the use of 'print' in php?
What is mysqli_real_escape_string?