What is the difference between the functions unlink and unset?
Answer Posted / n.boopathi
UNLINK:unlink-deletes the file.
UNSET:Unset is function which is use the unset (destroys OR
delete) the
specified variable.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is difference between isset and empty in php?
Explain what are psrs? Choose 1 and briefly describe it?
Explain what does the unset() function means?
What is the purpose of the '.frm' file extension? What do thes file contain?
Why post method is used in php?
Can the value of a constant change during the script's execution?
Which is the correct way to check if a session has already been started ?
How to create a web form?
Do you know what are traits?
What is repository in php?
Why do we use htaccess and where?
Php says that an array is an ordered map. But how the values are ordered in an array?
Why php is better?
How we can retrieve the data in the result set of mysql using php?
What is isset post?