如何实现字符串转换为图片?其实很简单!!!
程序员文章站
2022-06-04 13:22:25
...
如何实现字符串转换为图片?其实很简单!!!
复制Verify.class.php为Mobile.class.php
修改164行为
$code[$i] = $this->codeSet[$i];
复制Verify.class.php为Mobile.class.php
修改164行为
$code[$i] = $this->codeSet[$i];
$config = array('length' => 11);
$Verify = new \Think\Mobile($config);
// 设置验证码字符为纯数字
$Verify -> codeSet = '13999999999';
$Verify -> entry();
上一篇: 请教正则必须包含如何匹配呢
下一篇: php的socket编程