【例子介绍】PHP生产条形码barcodegen.1d-php5.v5.2.1
PHP生成条形码插件类
【相关图片】
【源码结构】
.
├── barcodegen.1d-php5.v5.2.1
│ ├── README_1D.txt
│ ├── VERSION_1D
│ ├── class
│ │ ├── BCGArgumentException.php
│ │ ├── BCGBarcode.php
│ │ ├── BCGBarcode1D.php
│ │ ├── BCGColor.php
│ │ ├── BCGDrawException.php
│ │ ├── BCGDrawing.php
│ │ ├── BCGFont.php
│ │ ├── BCGFontFile.php
│ │ ├── BCGFontPhp.php
│ │ ├── BCGLabel.php
│ │ ├── BCGParseException.php
│ │ ├── BCGcodabar.barcode.php
│ │ ├── BCGcode11.barcode.php
│ │ ├── BCGcode128.barcode.php
│ │ ├── BCGcode39.barcode.php
│ │ ├── BCGcode39extended.barcode.php
│ │ ├── BCGcode93.barcode.php
│ │ ├── BCGean13.barcode.php
│ │ ├── BCGean8.barcode.php
│ │ ├── BCGgs1128.barcode.php
│ │ ├── BCGi25.barcode.php
│ │ ├── BCGintelligentmail.barcode.php
│ │ ├── BCGisbn.barcode.php
│ │ ├── BCGmsi.barcode.php
│ │ ├── BCGothercode.barcode.php
│ │ ├── BCGpostnet.barcode.php
│ │ ├── BCGs25.barcode.php
│ │ ├── BCGupca.barcode.php
│ │ ├── BCGupce.barcode.php
│ │ ├── BCGupcext2.barcode.php
│ │ ├── BCGupcext5.barcode.php
│ │ ├── JoinDraw.php
│ │ └── drawer
│ │ ├── BCGDraw.php
│ │ ├── BCGDrawJPG.php
│ │ └── BCGDrawPNG.php
│ ├── font
│ │ └── Arial.ttf
│ ├── html
│ │ ├── BCGcodabar.php
│ │ ├── BCGcode11.php
│ │ ├── BCGcode128.php
│ │ ├── BCGcode39.php
│ │ ├── BCGcode39extended.php
│ │ ├── BCGcode93.php
│ │ ├── BCGean13.php
│ │ ├── BCGean8.php
│ │ ├── BCGgs1128.php
│ │ ├── BCGi25.php
│ │ ├── BCGintelligentmail.php
│ │ ├── BCGisbn.php
│ │ ├── BCGmsi.php
│ │ ├── BCGothercode.php
│ │ ├── BCGpostnet.php
│ │ ├── BCGs25.php
│ │ ├── BCGupca.php
│ │ ├── BCGupce.php
│ │ ├── BCGupcext2.php
│ │ ├── BCGupcext5.php
│ │ ├── barcode.js
│ │ ├── config
│ │ │ ├── BCGBarcode1D.php
│ │ │ ├── BCGcodabar.php
│ │ │ ├── BCGcode11.php
│ │ │ ├── BCGcode128.php
│ │ │ ├── BCGcode39.php
│ │ │ ├── BCGcode39extended.php
│ │ │ ├── BCGcode93.php
│ │ │ ├── BCGean13.php
│ │ │ ├── BCGean8.php
│ │ │ ├── BCGgs1128.php
│ │ │ ├── BCGi25.php
│ │ │ ├── BCGintelligentmail.php
│ │ │ ├── BCGisbn.php
│ │ │ ├── BCGmsi.php
│ │ │ ├── BCGothercode.php
│ │ │ ├── BCGpostnet.php
│ │ │ ├── BCGs25.php
│ │ │ ├── BCGupca.php
│ │ │ ├── BCGupce.php
│ │ │ ├── BCGupcext2.php
│ │ │ └── BCGupcext5.php
│ │ ├── delete.png
│ │ ├── error.png
│ │ ├── favicon.ico
│ │ ├── image.php
│ │ ├── include
│ │ │ ├── BCGBarcode1D.php
│ │ │ ├── barcode.php
│ │ │ ├── footer.php
│ │ │ ├── function.php
│ │ │ └── header.php
│ │ ├── index.php
│ │ ├── info.gif
│ │ ├── jquery-1.7.2.min.js
│ │ ├── logo.png
│ │ └── style.css
│ ├── index.php
│ ├── test_1D.html
│ └── test_1D.php
└── 5t6t网_barcodegen.1d-php5.v5.2.1.zip
7 directories, 98 files
评论