Answer Posted / sloog
Because destructors are are called when objects are
destroyed, they can be used for flushing a resource or
logging information on object destruction.
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the difference between == and === in php?
What is advanced php programming?
What is a stored procedure in mysql?
Can we override static method?
What is xss in php?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
Explain how can we execute a php script using command line?
What is mysql_fetch_row?
What are the string function in php?
How to get the position of the character in a string in php?
Do while loops?
List some string function name in php?
What are the advantages of object-oriented programming in php?
What is session in PHP. How to remove data from a session?
Do you know what is the use of rand() in php?