查看php.ini配置文件的路径
php -i | grep 'php.ini'
查看端口号是否被监听
netstat -anp | grep 9501
查看php已安装的swoole版本信息
php --ri swoole