workermanHow to install it?
Workerman installation process
The first step is to detect the installation environment
curl -Ss http://www.workerman.net/check .php | php
The operation result shows an error. You need to find the php.ini file
Recommendation:workerman tutorial
The solution is as follows:
Open php.ini, find the disable_functions item, and delete the stream_socket_server disabled item.
Download the Workerman-master installation package
mv Workerman-master Workerman Modify the directory name
Then you need to make a test file test_posterman.php file
Run this test file in the linux file and the result will be as follows
workerman Development Document
http://doc.workerman.net/development/before-development.html
The above is the detailed content of How to pretend to be a worker. For more information, please follow other related articles on the PHP Chinese website!