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
Why super () is used in java?
How to repeat a string to a specific number of times in php?
What is meant by urlencode and urldecode?
What are the rules for naming a php variable?
Explain the syntax for ‘foreach’ loop with example.
What are form input html tags?
Tell me what are magic methods?
Does php support function overloading?
How can we determine whether a php variable is an instantiated object of a certain class?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What is the expansion of LAMP?
Is php a case sensitive language?
What is the function file_get_contents() useful for?
How to remove white spaces from the beginning and/or the end of a string in php?
Explain what is memcache?