What is the difference between the functions unlink and unset?
Answer Posted / shilpa yogesh agrawal
The function unlink() is to remove a file, where as unset()
is used for destroying a variable that was declared earlier.
unset() empties a variable or contents of file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of xdebug?
Which is the latest version of php?
What is php sequence?
How is it possible to propagate a session id?
What is php routing?
What is mysqli php?
What is advanced php programming?
Name some of the constants in php and their purpose.
What are helpers in php?
What is pdo classes?
What Is a Persistent Cookie?
What is a closure in php?
What is $_ request in php?
What are the difference between abstract class and interface in oops?
Is it possible to remove the html tags from data?