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
When use javascript vs php?
Which php function will attach one file to another?
What is a query in a database?
What is csrf token and why it is required?
What is the use of namespace in php?
What is the best website to learn php?
Which method removes the last element from the end of an array?
How to remove leading and trailing spaces from user input values?
Can a super () and this () keywords be in same constructor?
What is regular expression in javascript?
Explain how can we execute a php script using command line?
What is filter_var?
How come the code works, but does not for two-dimensional array of mine?
How many ways to include array elements in double-quoted strings using php?
How do you end php?