🧌 实战系列 | 高性能PHP框架webman协程插件入门实战

💐💐 感谢兔子大佬chaz6chez的协程插件 https://www.workerman.net/plugin/167 🐞 简介 🚀🚀 webman-coroutine 是一个 webman 开发框架生态下的协程基建支撑插件。 Github:https://github.com/workbunny/webman-coroutine 主要实现以下功能: 支持workerman 4.x的 swow 协程驱动能...

Tinywan 发表与 2024-09-28 915 浏览 10 评论
webman mqtt的几种用法

做个备忘录 利用webman启动时自动运行机制 此机制会产生进程数量的链接 // bootstap/Mqtt.php <?php namespace bootstrap; use Webman\Bootstrap; class Mqtt implements Bootstrap { protected static $mqtt = null; protected static $...

sorshion 发表与 2024-05-22 1198 浏览 4 评论
chillerlan/php-qrcode 生成二维码

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/...

不败少龙 发表与 2023-08-16 2188 浏览 5 评论
vscode + xdebug3 使用简版教程

1.安装xdebug3 2.php.ini中xdebug3配置,端口可不改(我本地9003使用了,所以改成了9005),如果不想一直开启可设置 xdebug.start_with_request=trigger 3.vscode配置,安装xdebug扩展后,使用默认即可,端口按步骤2自行修改 4.先启动调试(每次调试前一定要先启动调试) 5.启动webman,如果 xdebug.start_with_requ...

mosquito 发表与 2022-09-26 2186 浏览 3 评论

lsmir2

710
积分
0
获赞数
0
粉丝数
2024-01-29 加入
×
🔝