摘要: 一,报错代码: // 验证码长度 $length = 4; // 包含哪些字符 $chars = '0123456789abcefghijklmnopqrstuvwxyz'; $builder = new PhraseBuilder($length, $chars); $captcha = new 阅读全文
posted @ 2025-01-05 19:42 刘宏缔的架构森林 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 一,相关文档 https://www.workerman.net/doc/webman/plugin/console.html 二,创建一个空的命令行程序 1,用webman命令创建 $ php webman make:command StatMonthCommand Make command St 阅读全文
posted @ 2025-01-05 19:41 刘宏缔的架构森林 阅读(1) 评论(0) 推荐(0) 编辑