Is PHP is procedure oriented or object oriented?
Answer Posted / apple
PHP is procedural language.
and is NOT object oriented language even in relese of version 5.
php5 and later versions support some of OO features.
Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What is mvc in php?
How we can get the number of elements in an array?
I am writing an application in php that outputs a printable version of driving directions. It contains some long sentences, and I am a neat freak, and would like to make sure that no line exceeds 50 characters. How do I accomplish that with php?
What is null value in php?
What are php functions?
What is the use of dual table in mysql?
How can we upload a file in php?
Does strlen include null?
how retrive the video file in php using video tag
How do http requests work?
Why json is used in php?
How to create a table using php?
Write a program to show the joining of two strings in php?
What is printf in php?
How can you send email in php?