PHP生成二维码的2种方式

2021-07-15 11:07

阅读:724

php include(‘./phpqrcode/phpqrcode.php‘); // 二维码数据 $data = ‘http://gz.altmi.com‘; // 生成的文件名称 $filename = $errorCorrectionLevel.‘|‘.$matrixPointSize.‘.png‘; // 纠错级别:L、M、Q、H $errorCorrectionLevel = ‘L‘; // 点的大小:1到10 $matrixPointSize = 4; QRcode::png($data, $filename, $errorCorrectionLevel, $matrixPointSize, 2); ?>

上一篇:jQuery实现全选反选功能

下一篇:css特效


评论


亲,登录后才可以留言!