Who is the father of PHP and explain the changes in PHP
versions?
Answer Posted / alby mathew
php 4 and php5 are more over same but in php5 there is a new
feature of constructors,destructors,scope rules
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
When do you use define() and when do you use const. What are the main differences between those two?
How many types of php frameworks are there?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
Which operator is used to combine string values in php?
Why php is widely used?
What is helper function?
What are the different filter functions used to filter a variable?
Why use php artisan serve?
What are the disadvantages of php?
Explain about switch statement in PHP?
How to remove duplicate values from php array?
What does namespace mean in php?
How to add comments in php?
How to get the total number of values in an array?
Explain the visibility of the property or method?