Home  >  Article  >  Backend Development  >  What does php mean in English?

What does php mean in English?

藏色散人
藏色散人Original
2021-12-14 09:45:304918browse

The full English name of php is "Hypertext Preprocessor", which means hypertext preprocessor; php is an open source general computer scripting language, especially suitable for network development and can be embedded in HTML.

What does php mean in English?

#The operating environment of this article: Windows 7 system, PHP version 7.4, Dell G3 computer.

php What does it mean in English?

php The full English name is "PHP: Hypertext Preprocessor".

PHP (full name: PHP: Hypertext Preprocessor, that is, "PHP: Hypertext Preprocessor") is an open source general-purpose computer scripting language, especially suitable for network development and can be embedded in HTML. The syntax of PHP draws on the characteristics of popular computer languages ​​such as C language, Java and Perl, making it easy for ordinary programmers to learn. The main goal of PHP is to allow web developers to quickly write dynamic pages, but PHP is also used in many other areas.

PHP was originally developed by Ledolf ​​in 1995; the PHP standard is now maintained by the PHP Group[4]. PHP uses PHP License as the license agreement, but because this agreement restricts the use of the PHP name, it is incompatible with the open source license agreement GPL.

PHP has a wide range of applications, especially in the development of web programs. Generally speaking, PHP is mostly executed on the web server, and the web pages browsed by users are generated by executing PHP code. PHP can be executed on most servers and operating systems. According to statistics in April 2013, PHP has been installed on more than 244 million websites and 2.1 million servers [6].

PHP has a dedicated official porting and compilation project on Windows, and provides different version support through multiple VC compiler versions and thread safety features.

According to the W3Techs report, as of September 2021: "78.9% of websites use PHP."

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of What does php mean in English?. 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