phpqrcode生成二維碼

public function qrcode($url = "http://www.baidu.com", $level = 3, $size = 4) { Vendor('phpqrcode.phpqrcode'); //容錯級別 $errorCorrectionLevel = intval($level); //生成圖片大小 $matrixPointSize = intval($size);
相關文章
相關標籤/搜索