Home > Article > Backend Development > Can php only make websites?
PHP can not only build websites, but can also implement other functions, such as: 1. Crawler; 2. Automated operation and maintenance; 3. Embedded; 4. Desktop application development; 5. APP development; 6. WeChat development etc.
PHP is a programming language implemented in C and is usually used for Web development; but it does not mean that PHP can only be used for Web development or websites.
In addition to making websites, PHP can also:
1. Use PHP to write crawlers, automated operation and maintenance, embedded, desktop application development, and APP development.
2. PHP can be used as a command line scripting language, replacing shell, python, ruby, perl, etc.
3. Do GUI, such as php-gui, PHP-GTK
4. WeChat development
5. Do system auxiliary development
PHP has There are many unsuitable application scenarios (computing intensive), such as operating system development and database engine development; but PHP can assist in the development of these systems. For example, use PHP to develop a phpMyAdmin to visually manage the database MySQL; for example, develop a "phpLinuxAdmin" to manage a Linux server without a graphical interface.
The above is the detailed content of Can php only make websites?. For more information, please follow other related articles on the PHP Chinese website!