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 |
What is the use of "ksort" in php?
suppose if u want to pass session value using cookies onlu.. what changes i've to made in php.ini file?
What is the difference between query and inquiry?
What is api used for?
What is the sign to start variables in PHP?
What is a controller in php?
What is the purpose of php?
How do I stop a php script?
How to track user logged out or not? When user is idle?
What is the difference between single quoted string and double quoted string?
Is facebook still written in php?
Explain about PHP filter and why it should be used?