Answer Posted / leelu
Difference between php4/5
PHP5
----
Strong OOPS support
1) Data Encapsulation (public, private, protect
visibility for member variables and methods)
2) Concepts like Abstraction, Inheritance,
Reflections(reverse engineering APIs)
3) More Magic Functions like __construct, __destruct,
__call, __get, __set
4)Type Hinting (as in C , we can specify the data type
the argument will be taking in function)
5) late static bindings etc..
Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
How break and continue while loop in php?
How to add 301 redirects in PHP?
How can you make a connection with mysql server using php?
Write syntax to open a file in php?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
What does php exit do?
What is reference variable php?
What is the best way to avoid email sent through php getting into the spam folder?
Can I use node js with php?
What software is required for php?
What are traits?
What are the popular content management systems (cms) in php?
What is Type hinting in PHP?
Which function is used in php to search a particular value in an array?
What are the disadvantages of php?