Home > Backend Development > PHP Tutorial > Explanation of related terms Getting Started 1: Explanation of terms related to PHP

Explanation of related terms Getting Started 1: Explanation of terms related to PHP

WBOY
Release: 2016-07-28 08:30:10
Original
1368 people have browsed it

/**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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template