Answer Posted / 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 |
Post New Answer View All Answers
What is an anti csrf token?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
How is a session id generated?
Why use static methods php?
What is interface? Why it is used?
Which is the best web server?
Can we learn php without html?
How to get the directory name out of a file path name?
What is the difference between nowdoc and heredoc?
What is the use of mysql_fetch_assoc in php?
What is uniqid php?
What is the difference between myisam and innodb?
How to convert strings to upper or lower cases?
List some string function name in php?
What is php oop?