• PHP 查看扩展信息的命令


    PHP 查看扩展信息的命令

    这里以查看 Swoole 扩展信息为例。

    root@639ca1f15214:~# php --ri swoole // php --ri [扩展名称]
    
    swoole
    
    swoole support => enabled
    Version => 4.2.11
    Author => Swoole Group[email: team@swoole.com]
    coroutine => enabled
    epoll => enabled
    eventfd => enabled
    signalfd => enabled
    cpu_affinity => enabled
    spinlock => enabled
    rwlock => enabled
    pcre => enabled
    mutex_timedlock => enabled
    pthread_barrier => enabled
    futex => enabled
    async_redis => enabled
    
    Directive => Local Value => Master Value
    swoole.enable_coroutine => On => On
    swoole.aio_thread_num => 2 => 2
    swoole.display_errors => On => On
    swoole.use_shortname => On => On
    swoole.fast_serialize => Off => Off
    swoole.unixsock_buffer_size => 8388608 => 8388608
    
  • 相关阅读:
    常见模块和包
    二分查找算法
    常见内置函数
    Django总目录
    nginx配置站点
    Arduino语言
    Python连接Arduino的方法
    机器人学习
    Redis
    arduino总目录
  • 原文地址:https://www.cnblogs.com/yxhblogs/p/10741648.html
Copyright © 2020-2023  润新知