Home  >  Article  >  Backend Development  >  Advantages and disadvantages of php

Advantages and disadvantages of php

angryTom
angryTomOriginal
2019-08-22 10:23:046806browse

Advantages and disadvantages of php

PHP, the "hypertext preprocessor", is a general open source scripting language. PHP is a scripting language executed on the server side. It is similar to C language and is a commonly used website programming language. PHP's unique syntax mixes C, Java, Perl, and PHP's own syntax. It is conducive to learning and widely used. It is mainly suitable for the field of web development. Let's summarize the advantages and disadvantages of php for everyone.

Recommended tutorial: PHP video tutorial

##Advantages

(1) Popular and easy to use

There is no doubt that PHP is currently the most popular programming language. It drives more than 200 million websites around the world, and more than 81.7% of the world's public websites use PHP on the server side. PHP's commonly used data structures are all built-in. It is convenient and simple to use, not complicated at all, and its expression ability is quite flexible.

(2) There are many development positions

PHP will make it easier for you to find a job in server-side website programming. Many Internet-related companies are using the PHP development framework, so it can be said that the market demand for PHP development programmers is still relatively large.

(3) Still developing

PHP is constantly compatible with technologies such as closures and namespaces, while taking into account performance and currently popular frameworks. After version 7, it has been providing higher performance applications.

(4) Strong implantability

During the patch vulnerability upgrade process of PHP language, the core part of the PHP language is easy to implement and fast to implant.

(5) Strong scalability

During the database application process, PHP language can retrieve various types of data from the database and has high execution efficiency.

Disadvantages

## (1) Interpretation and operation of PHP Mechanism

In PHP, all variables are page-level. Whether they are global variables or static members of the class, they will be cleared after the page is executed.

(2) Design flaws,

Lack of attention PHP is called an opaque language because there is no stack trace and various fragile inputs. There is no clear design philosophy. Early PHP was influenced by Perl, the standard library with out parameters was introduced from C language, and the object-oriented part was learned from C and Java.

(3) Poor support for recursion

PHP is not good at recursion. The limit on the number of recursive functions it can tolerate is significantly smaller than that of other languages.

The above is the detailed content of Advantages and disadvantages of php. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn