Home > Article > Backend Development > What is php technology stack
PHP (foreign name: PHP: Hypertext Preprocessor, Chinese name: "Hypertext Preprocessor") is a general open source scripting language. The syntax absorbs the characteristics of C language, Java and Perl, which is easy to learn and widely used. It is mainly suitable for the field of Web development. PHP's unique syntax mixes C, Java, Perl, and PHP's own syntax. It can execute dynamic web pages faster than CGI or Perl.
#What is the php technology stack? What is a technology stack?
What I understand as "technology stack" is the "technical reserve" needed to complete a specific "job".
For example, as a PHP programmer, in addition to LNMP, you may also need to know HTML, CSS, JavaScript, etc.
Here is a mind map of the "Full Stack Engineer Skill Tree" drawn by a PHP programmer:
The above is the detailed content of What is php technology stack. For more information, please follow other related articles on the PHP Chinese website!