Added Google Definition to PHP documentation (#21135)

This commit is contained in:
Muhammed Kilig
2018-11-09 09:07:44 -07:00
committed by Paul Gamble
parent e4bff66f89
commit 2289f37dfa

View File

@ -20,5 +20,5 @@ The relational database management system (RDBMS) layer of the LAMP stack is MyS
### PHP ### PHP
The server programming language or middleware layer of the LAMP stack is usually PHP, though it has frequently been substituted with (or used alongside) Python, Perl, or other languages. The server programming language or middleware layer of the LAMP stack is usually PHP, though it has frequently been substituted with (or used alongside) Python, Perl, or other languages. "Hypertext Preprocessor is a server-side scripting language designed for Web development, but also used as a general-purpose programming language." - As defined by Google