WHat is the diff. between PHP4 and PHP5?
Answer Posted / shanmugam.l
1.In PHP4 supports very few oops concepts.But PHP5 supports
more oops concepts .
For example Access specifiers,inheritence,etc..
2.Exception class included in PHP5
3.More XML related function included in PHP%
4.PHP4 uses Zend engine 1.0 as a parser.PHP5 uses Zend
engine 2.0
Is This Answer Correct ? | 24 Yes | 18 No |
Post New Answer View All Answers
Explain what is meant by pear in php?
What is the use of pear in php?
Write a program to get second highest number in an array using php?
What is $globals php?
Does php need apache?
How many open modes available when a file open in PHP?
Explain Type hinting in PHP?
What is the meaning of ‘escaping to php’?
What's php?
Name some of the constants in php and their purpose.
How to pass an argument to a function?
How can we destroy the cookie in php?
Define anonymous classes in php7?
What does mysqli_query return?
What are the benefits of composer?