基本信息
源码名称:一维条码的生成工具(PHP)
源码大小:0.29M
文件格式:.rar
开发语言:PHP
更新时间:2023-07-09
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
一维条码的生成工具(PHP)
一维条码的生成工具(PHP) 支持 code 39、Code 11、EAN13、EAN8、Code 128等各种条码格式
文件清单
├── class
│ ├── BCGArgumentException.php
│ ├── BCGBarcode1D.php
│ ├── BCGBarcode.php
│ ├── BCGcodabar.barcode.php
│ ├── BCGcode11.barcode.php
│ ├── BCGcode128.barcode.php
│ ├── BCGcode39.barcode.php
│ ├── BCGcode39extended.barcode.php
│ ├── BCGcode93.barcode.php
│ ├── BCGColor.php
│ ├── BCGDrawException.php
│ ├── BCGDrawing.php
│ ├── BCGean13.barcode.php
│ ├── BCGean8.barcode.php
│ ├── BCGFontFile.php
│ ├── BCGFont.php
│ ├── BCGFontPhp.php
│ ├── BCGgs1128.barcode.php
│ ├── BCGi25.barcode.php
│ ├── BCGintelligentmail.barcode.php
│ ├── BCGisbn.barcode.php
│ ├── BCGLabel.php
│ ├── BCGmsi.barcode.php
│ ├── BCGothercode.barcode.php
│ ├── BCGParseException.php
│ ├── BCGpostnet.barcode.php
│ ├── BCGs25.barcode.php
│ ├── BCGupca.barcode.php
│ ├── BCGupce.barcode.php
│ ├── BCGupcext2.barcode.php
│ ├── BCGupcext5.barcode.php
│ ├── drawer
│ │ ├── BCGDrawJPG.php
│ │ ├── BCGDraw.php
│ │ └── BCGDrawPNG.php
│ ├── font
│ │ └── Arial.ttf
│ └── JoinDraw.php
├── html
│ ├── barcode.js
│ ├── codabar.php
│ ├── code11.php
│ ├── code128.php
│ ├── code39extended.php
│ ├── code39.php
│ ├── code93.php
│ ├── delete.png
│ ├── ean13.php
│ ├── ean8.php
│ ├── error.png
│ ├── footer.php
│ ├── function.php
│ ├── gs1128.php
│ ├── header.php
│ ├── i25.php
│ ├── image.php
│ ├── index.php
│ ├── info.gif
│ ├── intelligentmail.php
│ ├── isbn.php
│ ├── jquery-1.7.2.min.js
│ ├── logo.png
│ ├── msi.php
│ ├── othercode.php
│ ├── postnet.php
│ ├── s25.php
│ ├── style.css
│ ├── upca.php
│ ├── upce.php
│ ├── upcext2.php
│ └── upcext5.php
├── index.php
├── README.txt
├── test.html
├── test.php
└── VERSION
4 directories, 73 files
一维条码的生成工具(PHP)
一维条码的生成工具(PHP) 支持 code 39、Code 11、EAN13、EAN8、Code 128等各种条码格式
文件清单
├── class
│ ├── BCGArgumentException.php
│ ├── BCGBarcode1D.php
│ ├── BCGBarcode.php
│ ├── BCGcodabar.barcode.php
│ ├── BCGcode11.barcode.php
│ ├── BCGcode128.barcode.php
│ ├── BCGcode39.barcode.php
│ ├── BCGcode39extended.barcode.php
│ ├── BCGcode93.barcode.php
│ ├── BCGColor.php
│ ├── BCGDrawException.php
│ ├── BCGDrawing.php
│ ├── BCGean13.barcode.php
│ ├── BCGean8.barcode.php
│ ├── BCGFontFile.php
│ ├── BCGFont.php
│ ├── BCGFontPhp.php
│ ├── BCGgs1128.barcode.php
│ ├── BCGi25.barcode.php
│ ├── BCGintelligentmail.barcode.php
│ ├── BCGisbn.barcode.php
│ ├── BCGLabel.php
│ ├── BCGmsi.barcode.php
│ ├── BCGothercode.barcode.php
│ ├── BCGParseException.php
│ ├── BCGpostnet.barcode.php
│ ├── BCGs25.barcode.php
│ ├── BCGupca.barcode.php
│ ├── BCGupce.barcode.php
│ ├── BCGupcext2.barcode.php
│ ├── BCGupcext5.barcode.php
│ ├── drawer
│ │ ├── BCGDrawJPG.php
│ │ ├── BCGDraw.php
│ │ └── BCGDrawPNG.php
│ ├── font
│ │ └── Arial.ttf
│ └── JoinDraw.php
├── html
│ ├── barcode.js
│ ├── codabar.php
│ ├── code11.php
│ ├── code128.php
│ ├── code39extended.php
│ ├── code39.php
│ ├── code93.php
│ ├── delete.png
│ ├── ean13.php
│ ├── ean8.php
│ ├── error.png
│ ├── footer.php
│ ├── function.php
│ ├── gs1128.php
│ ├── header.php
│ ├── i25.php
│ ├── image.php
│ ├── index.php
│ ├── info.gif
│ ├── intelligentmail.php
│ ├── isbn.php
│ ├── jquery-1.7.2.min.js
│ ├── logo.png
│ ├── msi.php
│ ├── othercode.php
│ ├── postnet.php
│ ├── s25.php
│ ├── style.css
│ ├── upca.php
│ ├── upce.php
│ ├── upcext2.php
│ └── upcext5.php
├── index.php
├── README.txt
├── test.html
├── test.php
└── VERSION
4 directories, 73 files