What is the difference between the functions unlink and unset?
Answer Posted / jeyaprabhu
Unlink() is a function for Delete the file.
unset is a function for delete the variable.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the difference between explode () and split () functions in php?
Is gender a dependent variable?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
How to store the uploaded file to the final location?
Explain soundex() and metaphone().
Tell me how would you declare a function that receives one parameter name hello?
How do you compare strings in java?
Do while loops?
How do you count numbers in php?
Can php run without apache?
What is difference between get and post?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
How can you encrypt password using php?
Is age a variable in research?
What are headers in php?