Home  >  Article  >  Backend Development  >  phpqrcode不能输出二维码,phpqrcode_PHP教程

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

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

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...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn