what is the difference between ph4 and php5
Answers were Sorted based on User's Feedback
Answer / m.zeb khan
The main difference is PHP5 has much more focus on Object
Oriented Programming. In PHP5 you can pass functions by
reference, you can have abstract classes, interfaces etc.
| Is This Answer Correct ? | 26 Yes | 5 No |
Answer / 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 |
Why do we use sessions in php?
Tell me what is the main difference between require() and require_once()?
How to read the entire file into a single string?
What types of Data Can Be Used as Array Keys?
Maine 12th ke bad 2 years ka web designing ka course kiya hai. Php me achcha hu. Ek fresher ko is field me kitna mil sakta hai ?
What are the different types of PHP arrays?
m new to xampp i want to configure file server in xampp... is it possible ??? if so help me....
What does the expression exception::__tostring means?
Define object-oriented methodology?
Is it easy to learn wordpress?
What is difference between html and php?
Inside a php function, what param needs to be set in order to access a global variable?