package |
Default |
---|
createCode128Barcode(string $value) : string
string
string
createEanBarcode(string $value, boolean $drawText = true) : string|null
string
boolean
string|null
getBarcodeTypeByEanLength(string $ean) : null|string
string
null|string
One of the constants self::BARCODETYPE* or null if no matching barcode was found.