Answer Posted / rajesh hothi
in php4 Constructors define as class name like
function class1()
{
}
in php4 Constructors define as__Constructors
function __Constructors()
{
}
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Tell me what are the different types of errors in php?
What is the purpose of the '.myi' file extension? What do thes file contain?
Do you know what is the difference between the include() and require() functions?
Is php the same as html?
How to add comments in php?
How the result set of mysql be handled in php?
Is there an easy way to delete an element from a php array?
How is it possible to know the number of rows returned in result set?
List data types in PHP?
How to convert strings to upper or lower cases?
What is meant by pdo in php?
What are php strings?
What are the different errors in php?
What will the ?getdate() function returns in PHP?
Differentiate between php5 and php7?