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 |
Code to upload a file in PHP?
Who is the father of php and what is the current version of php and mysql?
What is difference between session and cookies in php?
Give any ten basic functions in PHP?
Is null check in php?
What is the use of strpos in php?
what server connected
Define anonymous classes in php7?
What are static variables in php?
What is the difference between public, protected and private?
What are the uses of explode() and implode() functions?
Do you know what is the function func_num_args() used for?