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 ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do I debug php?
What is composer phar?
Can you define an array argument as a reference type?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is call by reference in php?
Can I write php code in html file?
How do you trim spaces in excel?
Does csrf token change?
What is the difference between echo print and print_r in php?
Is facebook still in php?
What are the different data types in javascript?
What is the purpose of a query?
What does mvc stand for and what does each component do?
What is the difference between apache and tomcat?
Why do we need abstract class in php?