Describe the differences between the object models in PHP 4
and PHP 5.
Answer Posted / abbas
php 5 have unified constructors and destructors
php 5 also introduced new Error E-strict .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is warning – “cannot modify header information – headers already sent”?
What is explode() in php?
What are examples of dependent variables?
What type of errors can be occurred in php?
What is json php?
What is use of mysqli_query in php?
Do you know when sessions ends?
What are php functions?
Is overloading possible in php?
How to call php function in jquery?
What is memcache?
Tell me how a constant is defined in a php script?
Differentiate between require and include?
What is the output of the ucwords function in this example?
How to remove duplicate values from array using php?