#What type of games can php do?
php is specially used for Internet applications, so it can basically only be used for Internet games. You can use it to develop web games.
What aspects of games can php be used for?
Let’s take a look at what PHP is used to do in game companies:
Write server-side logic (PHP performance is not high, now The server side is rarely written in PHP, but some people still use PHP to write it. Some H5 games are also written in PHP, and there are even frameworks like swool to improve performance) (Recommended learning: PHP programming from entry to proficiency)
Write game interfaces, such as front-end JS and AS3 connection code, and the web server uses nginx for load balancing.
Write the game management background.
Write the official game website
Game-related system development, such as game official account management backend.
Writing game data management background work in a game company is more work.
For more PHP related knowledge, please visit PHP Chinese website!
The above is the detailed content of What types of games can php do?. For more information, please follow other related articles on the PHP Chinese website!