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
What is session_start () in php?
In php, how to redirect from one page to another page?
How many days will it take to learn php?
How is session data stored?
What is php built on?
What are the file upload settings in configuration file?
Are parent constructors called implicitly inside a class constructor?
How to read a file in binary mode?
What is string in php?
What are the different ways to login to a remote server?
What is difference between put and post method in http?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
Require_once(), require(), include(). What is difference between them?
What is the use of extract function in php?
What is default session time and path in PHP. How to change it?