Who is the father of PHP and explain the changes in PHP
versions?
Answers were Sorted based on User's Feedback
Answer / gourav sharma
FATHER-Rasmus Lerdorf
PHP explaination-In the php versions are increasing day by
day with some concepts
additionaly involving
example:-
php is the best web developing language. it changes faster
than another lang
upto php 4 version we use only for loop for all statements
in php 5 u can use foreach loop also
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shivani gupta
rusmus ladorf
php 3-functionality added
php4-zend engine added for code
php4-oop concept added
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the importance of parser in php?
What are differences between PECL and PEAR?
Tell me what is the difference between ereg_replace() and eregi_replace()?
What is the use of htmlentities in php?
What is php artisan serve?
Which php framework is fastest?
Is php a case sensitive language?
Is php harder than javascript?
Is php a programming language?
What are PHP Magic Methods/Functions. List them.
Is empty in excel?
Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?