下面文章小编就为大家带来一篇关于查看swoole版本,获取swoole版本号。小编觉得挺不错的,现在就分享给大家,如果你在找swoole版本,swoole开发,swoole使用,也可以做个学习。一起跟随小编过来看看吧。
查看swoole版本,获取swoole版本号
作者:小程序分析员 发布时间:2018-10-07
由于时间间隔太久,
忘记了安装的swoole是哪个版本,
或者是在别人的系统里开发,
需要知道当前swoole版本,
可以使用下面的方法:
一、 方法1 查看swoole版本
php -r 'echo SWOOLE_VERSION;'
4.0.3
一、 方法2 获取swoole版本
php --ri swoole
这个除了返回swoole版本号之外,
还会返回你安装swoole扩展的更多信息
swoole support => enabled
Version => 4.0.3
Author => Swoole Group[email: team@swoole.com]
coroutine => enabled
epoll => enabled
eventfd => enabled
timerfd => enabled
signalfd => enabled
cpu affinity => enabled
spinlock => enabled
rwlock => enabled
async redis client => enabled
async http/websocket client => enabled
sockets => enabled
openssl => enabled
pcre => enabled
zlib => enabled
mutex_timedlock => enabled
pthread_barrier => enabled
futex => enabled
mysqlnd => enabled
Directive => Local Value => Master Value
swoole.aio_thread_num => 2 => 2
swoole.display_errors => On => On
swoole.use_namespace => On => On
swoole.use_shortname => On => On
swoole.fast_serialize => Off => Off
swoole.unixsock_buffer_size => 123456 => 123456
猛击这里,
观看子恒老师《微信小程序开发入门》系列视频
了解实现过程和下载相关源代码
声明:部分文章或图片未能及时与原作者取得联系,若来源标注错误或侵犯到您的权益烦请告知QQ:2334512685,我们会及时删除。
发布:秦子恒博客,欢迎转载分享,请保留出处。
查看swoole版本,获取swoole版本号链接:https://www.qinziheng.com/details/7888/
查看swoole版本,获取swoole版本号相关文章