💐💐 感谢兔子大佬chaz6chez的协程插件 https://www.workerman.net/plugin/167 🐞 简介 🚀🚀 webman-coroutine 是一个 webman 开发框架生态下的协程基建支撑插件。 Github:https://github.com/workbunny/webman-coroutine 主要实现以下功能: 支持workerman 4.x的 swow 协程驱动能...
做个备忘录 利用webman启动时自动运行机制 此机制会产生进程数量的链接 // bootstap/Mqtt.php <?php namespace bootstrap; use Webman\Bootstrap; class Mqtt implements Bootstrap { protected static $mqtt = null; protected static $...
composer require chillerlan/php-qrcode $data = 'id=100&barn_id=125'; $QRCode = new QRCode(); $img_content = $QRCode->render($data); $img_content = str_replace('data:image/...
1.安装xdebug3 2.php.ini中xdebug3配置,端口可不改(我本地9003使用了,所以改成了9005),如果不想一直开启可设置 xdebug.start_with_request=trigger 3.vscode配置,安装xdebug扩展后,使用默认即可,端口按步骤2自行修改 4.先启动调试(每次调试前一定要先启动调试) 5.启动webman,如果 xdebug.start_with_requ...