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... 阅读全文
2019-11-26 PHP中的gzcompress、gzdeflate、gzencode 压缩解压函数 PHP中的gzcompress、gzdeflate、gzencode 压缩解压函数 在PHP中,gzcompress、gzdeflate和gzencode是用于压缩和解压缩数据的函数。本文将介绍这些函数的用法、区别以及一些实际应用场景... 阅读全文