What is the difference between the functions unlink and unset?
Answer Posted / umapathi
unlink-deletes the file
unset-unsets the variable
| Is This Answer Correct ? | 50 Yes | 2 No |
Post New Answer View All Answers
How to retrieve the original query string?
How do I get csrf token?
What is escape data in php?
How to execute an sql query?
How to turn on the session support?
What is lamp in php?
What is the difference between array_merge() and array_merge_recursive() in php?
What is the purpose of the php empty function?
What is regular expression in javascript?
Which php global variable is used for uploading a file?
Tell me what is the use of mysql_real_escape_string() function?
What is the Default syntax used in PHP?
Tell me what is htaccess?
What is a simple php method to make a cross domain data request?
Which is correct about mysqli and pdo?