What is the difference between the functions UNLINK
and UNSET?
Answer Posted / ramse
Unset can be used for empty the value of variable or
contents of file but unlink destroy file.
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How to randomly retrieve a value from an array?
Explain me what is the w3c?
What is the function mysql_pconnect() useful for?
Explain about PHP cookies?
How to get a total number of elements used in the array?
What is php7?
Name some of the functions in php.
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
How do you put a space in html?
How would you determine the size of a file in php?
How to make database connection in php?
What are the array functions in php?
What is the main difference between require() and include()?
What are the correct and the most two common way to start and finish a PHP block of code?
Is php pass by reference or value?