WHat is the diff. between PHP4 and PHP5?
Answer Posted / chalbal jha
1.public, private and proted method introduced
2.Magic methods has been included
3. we can pass value by reference
| Is This Answer Correct ? | 116 Yes | 17 No |
Post New Answer View All Answers
What is env in laravel?
Can we use get instead of post?
What are the string functions in php?
What is the meaning of die in php?
Write a program in php to print a table of a number?
Which is useful for method overloading?
What are some new features introduced in php7?
What are different types of runtime errors in php?
Is php 7 backwards compatible?
Tell me in php, objects are they passed by value or by reference?
How to execute a function in php?
What types of Data Can Be Used as Array Keys?
What is meant by urlencode and urldecode?
Can we override static method?
Tell me how would you declare a function that receives one parameter name hello?