/**Baby, my English is not good, please forgive me for the pinyin notes later**/
1.Linux
The open source operating system has a very large number of users on the server side, and many servers are run using Linux systems.
Compared with the windows system, it has a very complete user rights system, and the security factor is very high
2. Cygwin (cwin)
Simulates the Linux environment on the windows platform
3. Apache httpd
Web servers, most of them are Use Apache
4. Nginx
web server, Apache’s biggest rival, faster than Apache, but not as stable as Apache
5. MySQL
Database
6. XAMPP (ranPo)
Quickly build a development environment
7.Eclipse PDT
Integrated Development Environment
8.ZendStudio
Integrated Development Environment
9.PhpStorm
Integrated Development Environment It is recommended to use
10.FTP
protocol, use FTP to upload or download files
11.SSH
Command, connect to the server, operate the server through the command line
12.SCP
Upload and download files
The above introduces the explanations of related terms. Getting Started 1: Explanations of PHP-related terms, including explanations of related terms. I hope it will be helpful to friends who are interested in PHP tutorials.