Chinaunix首页 | 论坛 | 博客
  • 博客访问: 303358
  • 博文数量: 153
  • 博客积分: 3347
  • 博客等级: 中校
  • 技术积分: 1556
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-30 17:50
文章分类

全部博文(153)

文章存档

2013年(7)

2012年(21)

2011年(46)

2010年(16)

2009年(63)

我的朋友

分类: 系统运维

2011-05-05 16:05:02

【转】 目前php生成二维码可以有以下几种方式
2011-04-26 22:47
转载自
最终编辑

1.google开放api
$urlToEncode="";
generateQRfromGoogle($urlToEncode);
function generateQRfromGoogle($chl,$widhtHeight ='150',$EC_level='L',$margin='0')
{
 $url = urlencode($url);
 echo 'QR code';
}

 

2.php类库PHP QR Code
PHP QR Code is open source (LGPL) library for generating QR Code,
2-dimensional barcode. Based on libqrencode C library,
provides API for creating QR Code barcode images (PNG, JPEG thanks to GD2).
Implemented purely in PHP, with no external dependencies (except GD2 if needed).

地址:
下载:

3.libqrencode

地址:
php支持请参考:

4.QRcode Perl CGI & PHP scripts
地址:
阅读(1038) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~