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
What are escaping characters?
Is there an easy way to delete an element from a php array?
What is difference between required and require_once in php?
Explain me how failures in execution are handled with include() and require() functions?
What is a trait in php?
Is server side a session?
How send email in php?
Does php 7 support multiple inheritance?
What are the disadvantages of php?
What is the difference between fopen() and fclose()?
What does mysqli_query return?
Explain about the connective abilities of the PHP?
Is it worth learning php in 2019?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the difference between indexed and associative array?