answersLogoWhite

0


Best Answer

It depends on which language to you , is "Not" completely Object Oriented.

To us PHP is a server scripting language like any other language ASP,CGI,PERL each. Orientation is the views of the users of the engines. It is not the view at the point of source or origin.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is PHP a completely object oriented language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

What is Pearl-php?

Pearl is not a programming language and it's definitely not related to PHP. It's a pricey object you give to your significant other. Perl on the other hand, is a scripted JIT programming language principally aimed at IO (file operations) whereas PHP is also a scripted JIT programming language but that is principally aimed at website server-side scripting.


How do you create a DIV type file using PHP?

A file with the DIV file extension is a DivX Movie file, it cannot be created with PHP. PHP is a web programming language for web site building.


How can you convert videos to other formats in server in your php website?

There are different ways to convert videos to other formats in server in a PHP website. You will have to convert all the language, objects and writing.


What are some advantages and disadvantages of using PHP?

PHP is a rather loose language that is fairly upfront. Functions, classes, and variables are easy to manipulate and use. It has very similar syntax in comparison to higher level languages such as C, allowing the branching of more complicated languages (starting with a watered down language like PHP). The PHP engine parses scripts quickly, and has a very elaborate error system, detailing why an error occured, where it started or ended, and what caused it (if applicable). Easy INI settings allow you to surpress these errors when it's time to put your website to professional use (the INI settings can control many other options, at that). PHP has MySQL, Oracle, and many other major database support. Extensions can be added on to further the classes and functions a programmer is capable of performing. You can even write your own scripts and share them with the world with the PHP Extensive Application Repository (or, PEAR for short). However, some people find the PHP language complicated -- or contrary, too loose. Programmers with little experience may find complex source too difficult to understand, and they may never end up understanding it. Programmers with higher levels of experience may find PHP's syntax to be too lose; for example, comparing an integer to string that has an integer in it (two completely different types of variables) would cause errors in higher level languages, stating that the comparison is invalid. PHP allows this sort of syntax, and (in a sense) converts the string into an integer.


Php scripts are surrounded by delimiters which?

Usually <?php ... ?> or <? ... ?>

Related questions

Is PHP object oriented?

Yes - 'advanced' PHP programming uses Object Oriented Programming (OOP).


What is php plus plus?

PHP++ is an object-oriented version of the PHP programming language. ++ is used in programming to increment a variable by one so it means an improved version of PHP.


What are the differences between Java OOP and PHP OOP?

JAVA is an Object Based Programming Language. it doesn't provide multiple inheritance and operator overloading. while Object Oriented Lanuages provides both.


What are the syntax and semantics of the include construct?

The PHP syntax and semantics are the format (syntax) and the related meanings (semantics) of the text and symbols in the PHP programming language. They form a set of rules that define how a PHP program can be written and interpreted. PHP is a procedural and object-oriented language (OOL) for coding webpage markup text to be transformed into HTML format on computerized devices. In later releases, PHP generates some code to be run by the Zend Engine, beyond using just HTML markup text. The syntax of PHP changed to include OOL keywords in versions PHP 3 and PHP 5.


What are the differences between PHP and Pascal?

PHP is:-a server-side scripting language originally designed for web programming-younger (first appeared in 1995) and more used than Pascal-language that interpret it's code (not compile)Pascal is:-procedural programming language (PHP 5.3 also implemented Object oriented programming)-language that compiles it's code into binary file-published in 1970 by Niklaus Wirth-used mainly for educational purposes in these daysSource: wikipedia.org


Is the object oriented programming in php useful?

Object orientation is not a concept related to usefull ness, it is a concept totally related to the software design. When we focused on software design we went for object orientation.


What are the limitations of PHP?

Everything has limitations or disadvantages and PHP is no exception. The following are the limitations of PHP (so be WARNED !!) # PHP is NOT 100 % pure Object Oriented scripting language. But in near future PHP may support 100% object oriented scripting (PHP may imitate most of the syntax of Java language). PHP already imitates some features of Java language. (In future PHP language will imitate most features of Java language and Java programmers will love PHP. And PHP will have java keywords like class, extends, interface, implements, public, protected, private etc..). # PHP will NOT give the performance of "C" or "C++" language. Because it is scripting language and is interpreted it will be a bit slower than the optimized "C++" programs. For top performance, you should use "C++" and fast-CGI with database/webserver connection pooling and use C++ compiler optimizer "-O3" options. Zend optimizer in PHP 4 will speed up the performance of PHP and bring it very close to optimized "C" code . # But note a point that PHP was designed for very Rapid Web-Application Development tool. If it takes about 3 months to code a web application in C++, then using PHP you can develop the same web application in just 4 days!! And with zend optimizer, the speed of execution of PHP will be very close to that of equivalent C++ program!! Hence, there is really no advantage in using C/C++ for web development. PHP itself is written in 100% "C" language. On the other hand, PHP has lot of advantages and it's advantages outweigh it's limitations - # You can very rapidly develop web applications in PHP as compile and link is eliminated in PHP scripting language. # PHP applications are very stable and do not depend on the browser technologies unlike Javascript applications which depend on browsers. PHP will give you the freedom to select any server platform. The browser does not know that the HTML page is generated by PHP !! # PHP has excellent database conectivity to all SQL database servers. # PHP has partial support for Object oriented features # PHP has C++, Perl, Javascript like syntax features and has programs like 'ptags/ctags' to navigate the source code # PHP has Zend optimizer which speeds up the performance # PHP runs on all unixes, linux, Windows 95/NT/2000 and is more powerful than ASP, JSP and others. # PHP has a very large user base and developer base.Ref:http://www.linuxdocs.org/HOWTOs/PHP-HOWTO-14.html


Describe all the features of PHP?

This is fairly hard to do. PHP has nearly endless possibilities.PHP can be an Object-Oriented or Function-Oriented programming language. Though PHP is mostly used for web design, it is possible to use PHP outside of the internet, but this is complicated.PHP can do almost anything from performing simple arithmetic calculations, to providing uses with information, user accounts, and more. You can edit pictures with PHP, look up IP addresses, and handle different strings. You can even pull and alter information of mySQL databases!I highly recommend PHP, but it cannot be used if you don't have PHP installed. PHP is a free software, and can be download from php.net. You can use PHP on the internet though, as long as it is installed on that particular web server. Most free hosting websites already have PHP installed.


Who developed PHP?

PHP was originally created by Rasmus Lerdorf in 1994. Rasmus Leodorf developed PHP to replace a set of scripts he had written in PERL. It was developed to be one of the first, and still one of the most powerful Object-Oriented web scripting engines.


What is the purpose of a procedural programming?

A procedural language is a programming language in which everything is processed in the order it appears to the computer. A computer programming language that follows, in order, a set of commands. In contrast, an object-oriented language is a language in which everything is processed depending on what happens in the program -- user input, errors, or other events. PHP is both a procedural and object-oriented language, depending on the way it is used


What are those languages under in object oriented programming?

Most modern programming languages have some support for object-oriented programming. In some (such as Java), it is obligatory - you have to write your code in classes. In others - such as JavaScript or PHP - it is optional, meaning that you can write programs the old-fashioned way (procedural programming).


Which one is easy to learn PHP or QA testing?

You are trying to compare two things that are completely different. PHP is a programming language, and QA testing is a step in the creation of products.