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
Which is better php or wordpress?
How to create a session? How to set a value in session?
Does php have future?
Is php still used?
Why do you need php?
What are the main error types in php and how do they differ?
How to get the total number of values in an array?
What is warning – “cannot modify header information – headers already sent”?
What is nginx and what is it used for?
Tell me what does the array operator '===' means?
What is uniqid php?
Is it possible multiple inheritance in php?
How to create a mysql connection in php?
What is member function?
What is variable declaration?