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 get number of elements in an array?
What u mean by query?
What are the functions to be used to get the image's properties (size, width and height)?
Explain php split() function.
What are the special characters you need to escape in double-quoted stings?
Explain about the connective abilities of the PHP?
How do you access a get requests url parameter with php?
How to remove leading and trailing spaces from user input values?
Does wordpress still use php?
How can you get web browser’s details using PHP?
Explain Type hinting in PHP?
What type of headers have to be added in the mail function to attach a file?
How can I embed a java program in php file and what changes have to be done in php.ini file?
Can I use php in visual studio?
What is the use of curl()?