phpqrcode不能輸出二維碼

thinkyoung發表於2015-11-09

phpqrcode不能輸出二維碼

 注意 許可權。。。。。
 注意 擴充套件
header(`Content-Type: image/png`);
include_once `phpqrcode/qrlib.php`;
$a = "http://www.play17.cn/play/wlogin.html";
ob_clean();
QRcode::png($a);

加入輸出型別

header(`Content-Type: image/png`);

清除快取ob_clean()

ob_clean();



相關文章