What is the difference between the functions unlink and unset?
Answer Posted / pinky
unlink is used to delete the file where as
unset is used to delete the variable and the content of file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I find my php version?
Do you know how to declare an array in php?
Tell me how can we define a variable accessible in functions of a php script?
What is php variable?
What is the current stable version of php?
How to execute an sql query?
How to include a file code in different files in php?
Does https prevent csrf?
How easy is php?
Describe PHP error and logging information?
What would occur if a fatal error was thrown in your php program?
What is php and sql used for?
How many ways to include array elements in double-quoted strings using php?
What is difference between echo and print in php?
What is the difference between single quoted string and double quoted string?