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 1188 浏览 2 评论
webman的分表操作

laravel的orm操作 namespace App\model; use support\Db; use support\Model; class DemoModel extends Model { protected $table="demo"; public function __construct(array $attributes = []) { $...

不败少龙 发表与 2023-04-26 1077 浏览 4 评论
webman如何进行长链接推送?

在控制器里面直接推送 就跟结合tp框架那样直接调用 是需要自己去实现还是可以用gatewayworker去做? 解决方案: 直接用webman/push 插件,超级好用 https://www.workerman.net/doc/webman/plugin/push.html...

不败少龙 发表与 2020-06-29 3862 浏览 5 评论

不败少龙

9144
积分
0
获赞数
0
粉丝数
2018-08-17 加入
🔝