当前位置:主页
> 资源下载 > 10 > php-zbarcode:用于读取条形码PHP扩展。 使用ImageMagick(http:www.imagemagick.org)提供图像支持,并使用zbar(http:zbar.sourceforge.net)扫描条形码下载
-
php-zbarcode:用于读取条形码PHP扩展。 使用ImageMagick(http:www.imagemagick.org)提供图像支持,并使用zbar(http:zbar.sourceforge.net)扫描条形码下载
资源介绍
简单的扩展以读取图像中的条形码
于2018-12-05升级
支持PHP7,并修复了一些可能导致崩溃的错误。
基本用法:
<?php
/* Create new image object */
$image = new ZBarCodeImage("test.jpg");
/* Create a barcode scanner */
$scanner = new ZBarCodeScanner();
/* Scan the image */
$barcode = $scanner->scan($image);
/* Loop through possible barcodes */
if (!empty($barcode)) {
foreach ($barcode as $code) {
printf("Found type %s barcode with data %s\n", $
- 上一篇: iOS ZBar64位SDK
- 下一篇: 支持arm64的ZBarSDK.zip