二維碼讀取的PHP類
<?php include_once('./lib/QrReader.php'); $dir = scandir('qrcodes'); $ignoredFiles = array( '.', '..', '.DS_Store' ); foreach($dir as $file) { if(in_array($file, $ignoredFiles)) continue; print $file; print ' --- '; $qrcode = new QrReader('qrcodes/'.$file); print $text = $qrcode->text(); print "<br/>"; }
這是一個二維碼讀取的PHP類,需要的朋友可以下載使用。
免責聲明
本站所有資源皆由網友貢獻或各大下載網站轉載。請自行檢查軟體的完整性!本站所有資源僅供學習參考。請不要將它們用於商業目的。否則,一切後果都由您負責!如有侵權,請聯絡我們刪除。聯絡方式:admin@php.cn
相關文章
使用PHP QR Code類別庫建立中間帶LOGO的二維碼
12 Nov 2016
使用PHP QR Code類別庫建立二維碼使用範例瀏覽器輸出:<? include "phpqrcode/phpqrcode.php"; $value="http://s.bookphone.cn/chinabook/index.php/adminhtml/Croles /admin"; $errorCorrectionLevel = "L&q ...
Hot tools Tags
Hot Tools
Hot Article
Pokemon Pocket:如何與朋友一起玩
02 Nov 2024
手游攻略
所有《黑色行動 6》安全屋謎題解決方案
26 Oct 2024
手游攻略
Vampire Survivors:惡魔城頌歌 DLC - 如何解鎖每個角色
01 Nov 2024
手游攻略
Brotato:最佳獵人構建
13 Nov 2024
手游攻略
《模擬市民 4:生與死》- 守護樹指南
03 Nov 2024
手游攻略