What is the difference between the functions unlink and unset?
Answer Posted / rajan vardawaj
unlink() is a function for file system handling. It will
simply delete the file in context. unset() is a function for
variable management. It will make a variable undefined.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the scope of a variable defined in a function?
What is alias in php?
How can we encrypt the password using php?
How is it possible to cast types in php?
What is php in simple words?
What is the use of trim in php?
Why many companies are switching their current business language to php? Where php basically used?
What is the difference between apache vs niginx?
How to display your correct URL of the current web page?
Explain different sorting function in php?
Write the statements that are used to connect php with mysql
Explain how is it possible to set an infinite execution time for php script?
What is return in php function?
What is binary safe function in php?
What is super () python?