What is the difference between the functions unlink and unset?
Answer Posted / rajat sharma
unlink() means that to delete the files
and
unset() destroys the specified variables.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is polymorphism?
What is csrf token and why it is required?
Is c similar to php?
What is exception handling in php?
Why php is widely used?
Does php need a closing tag?
What is composer used for?
What is framework in php for beginners?
How to create a session? How to set a value in session? How to remove data from a session?
How to remove the new line character from the end of a text line in php?
Are objects passed by value or by reference?
Which programming language does php resemble to?
When a conditional statement is ended with an endif?
How to get the ip address of the client?
What is php and features of php?