Is PHP is procedure oriented or object oriented?
Answer Posted / master
php is a hybrid language which has got both procedure and
oop concepts.
so you can take it in any way
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Explain the purpose of output buffering in php.
Explain what does $_files means?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What is the main difference between php 4 and php 5?
How does php serialize work?
Xplain is it possible to use com component in php?
Which is not a file-related function in php?
What is the use of pear in php?
What is a lambda function in php?
What is the difference between Split and Explode in PHP?
Is php used in 2019?
Which function would you use to replace a record in a database in php?
List some string function name in php?
How to pad an array with the same value multiple times?
What is a php class?