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 are the different filter functions used to filter a variable?
How can I find the width and height of an image resource?
2 Answers Rushmore Consultancy,
Hi, My Name is Ajay Jha. What My Question is I am Percuing in Bca. It's My 5th Semester. I Want To Make My Carrear as a web designer that's Why i wants to do Php, Is it right Desision for Me ?
What are php parameters?
Why should I store logs in a database rather than a file?
How to increase session life time using PHP?
Give small demo of writting OOP in PHP-mysql.
Is facebook still written in php?
Tell me how the result set of mysql be handled in php?
What is env in laravel?
How can you declare the array in php?
What does php do?