What is the difference between the functions UNLINK
and UNSET?
Answer Posted / ramthiraviya
unlink():: is a function for file system handling.it will
simply file in context
unset():: is a function for variable management.it will make
a variable undefined
Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
How to get the number of characters in a string?
What are the new features available in php 7?
Which will start a session?
How to retrieve the original query string?
What are the advantages of php?
Tell me how to get the value of current session id?
Explain soundex() and metaphone().
Do loops php?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
How do you display the output directly to the browser?
What is the meaning of die in php?
Inside a php function, what param needs to be set in order to access a global variable?
What is faster in php?
Name some of the constants in php and their purpose.
Which is a perfect example of runtime polymorphism?