phpqrcode生成二维码

public function qrcode($url = "http://www.baidu.com", $level = 3, $size = 4) { Vendor('phpqrcode.phpqrcode'); //容错级别 $errorCorrectionLevel = intval($level); //生成图片大小 $matrixPointSize = intval($size);
相关文章
相关标签/搜索