Heim  >  Artikel  >  Backend-Entwicklung  >  phpqrcode不能输出二维码,phpqrcode_PHP教程

phpqrcode不能输出二维码,phpqrcode_PHP教程

WBOY
WBOYOriginal
2016-07-12 09:05:311016Durchsuche

phpqrcode不能输出二维码,phpqrcode

<span>header</span>('Content-Type: image/png'<span>);
</span><span>include_once</span> 'phpqrcode/qrlib.php'<span>;
</span><span>$a</span> = "http://www.play17.cn/play/wlogin.html"<span>;
</span><span>ob_clean</span><span>();
QRcode</span>::png(<span>$a</span>);

加入输出类型

<span>header</span>('Content-Type: image/png');

清除缓存ob_clean()

<span>ob_clean</span>();

 

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/1068264.htmlTechArticlephpqrcode不能输出二维码,phpqrcode header ('Content-Type: image/png' ); include_once 'phpqrcode/qrlib.php' ; $a = "http://www.play17.cn/play/wlogin.html" ; ob_clean ();QRco...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn