Home > Article > PHP Framework > How to check swoole version
Method to check the swoole version:
Method 1: Use the following command to check
php --ri swoole
Method 2: Through phpinfo
Use php -m or phpinfo() to check whether swoole is loaded successfully
Recommended learning: swoole tutorial
The above is the detailed content of How to check swoole version. For more information, please follow other related articles on the PHP Chinese website!