What is the difference between the functions UNLINK
and UNSET?
Answer Posted / vineet sharma
unset() function is to destroy the temporary declared variable.
Unlink function is used to remove the link from the file
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is php session_start() and session_destroy() function?
What is helper library?
How to get the number of characters in a string?
How long is csrf token?
What are string functions?
What are the uses of php language?
Explain what are psrs?
What is the best php version for wordpress?
What is abstract class in php?
How to pass variables and data from php to javascript?
How to uploaded files to a table?
How to find length of an array in php ?
What does php do?
Where are cookies stored php?
What are the ways to define a constant in php?