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
Explain what is the difference between $var and $$var?
Tell me how can we pass the variable through the navigation between the pages?
How to set cookies?
What is repository in php?
How we get browser details of clients machine?
Explain how we can get the number of elements in an array?
What is $row in php?
What exactly is PHP?
What is mvc? Why its been used?
What are the array functions in php?
What is difference between variable declaration and variable definition?
Tell me what are the __construct() and __destruct() methods in a php class?
How to access a global variable inside a function?
What is the main difference between require() and require_once()?
What is the difference between laravel and php?