What is the difference between the functions unlink and unset?
Answer Posted / rajat sharma
unlink() means that to delete the files
and
unset() destroys the specified variables.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is instantiation?
What is the default session out time?
Write a program using while loop?
Write a program in php to reverse a number?
What are the Formatting and Printing Strings available in PHP?
What are interfaces in php?
Explain what is the main difference between require() and require_once()?
Will php die?
How to access standard error stream in PHP?
How can we determine whether a php variable is an instantiated object of a certain class?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
how to track user logged out or not? when a user is idle?
Tell me what is the definition of a session?
Why do we use sessions in php?
What is the difference between htmlentities() and htmlspecialchars()?