What is the difference between the functions UNLINK
and UNSET?
Answer Posted / kirti
Function Unlink is used for deleting a file.
Function Unset is used for variable as to unset the variable
and free d memory allocated.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the file upload settings in configuration file?
How to include a file to a PHP page?
How to download files from an external server with code in php?
How to run a php script?
How to convert a character to an ascii value?
What are the difference between echo and print?
Write the statements that are used to connect php with mysql
What type of headers that PHP supports?
What does $_cookie mean?
What is a composer?
What is php and features of php?
How arrays are passed through arguments?
How to connect to mysql from a php script?
What backslash character will match whitespace?
What is abstract class php?