2020-02-22 PHP 连接币安,okex,火币,websoket的示例代码 看到有同学在 [Webscocket pong 包 php 踩坑实例][1] 文章中留言 要我给出Demo 满足这位同学的要求: 下面Demo使用的 Saber 人性化的协程HTTP客户端封装库 运行环境 swoole4.2+ php... 阅读全文
2019-12-26 PHP的反射类 ReflectionClass、ReflectionMethod 使用实例 PHP的反射类 ReflectionClass、ReflectionMethod 使用实例 PHP 中的反射类(ReflectionClass)和反射方法(ReflectionMethod)是强大的工具,可以让我们在运行时获取类和方法... 阅读全文
2019-12-12 Swoole v4.2.11 enable_coroutine=true 协程开启失败问题 记录 Swoole v4.2.11 enablecoroutine=true 协程开启失败问题记录 在使用 Swoole v4.2.11 版本时,开启协程(enablecoroutine=true)可能会遇到一些问题,导致协程无法正常启动。... 阅读全文
2019-12-07 php7.3-编译安装编译常见错误 libzip / off_t undefined / fatal error: zipconf.h configure: error: Please reinstall the libzip distribution 解决方法: configure: error: offt undefined; check your library... 阅读全文
2019-12-04 Swoole : wManager_check_exit_status: worker#5 abnormal exit 解决 Swoole : wManagercheckexitstatus: worker#5 abnormal exit 在使用 Swoole 进行服务开发时,有时可能会遇到类似 "wManagercheckexitstatus: wo... 阅读全文