Standard | Bar code This sky saw someone fateh discuss such as using PHP to generate barcodes, so it took a little time to learn the EAN_13 standard. EAN_13 standard is widely used barcode coding standards, mainly used in the commodity circulation, such as we see the bar code is this code standard, as well as books on the coding standard is this coding standard.
The following is my section of code generated is EAN_13 standard barcode, need PHP+GD environment
[Code:1:dfc50fedcf]<?
function Ean_13 ($code) {
The width of a cell
$LW = 2;
Barcode High
$hi = 100;
The guide code is no coding,is used to show the left part coding type//
Array Guide is used to record the ean_13 are left part coding type//
$Guide = Array (1=> ' aaaaaa ', ' aababb ', ' aabbab ', ' abaabb ', ' Abbaab ', ' Abbbaa ', ' ababab ', ' Ababba ', ' Abbaba ');
$Lstart = ' 101 ';
$Lencode = Array ("A" => Array (' 0001101 ', ' 0011001 ', ' 0010011 ', ' 0111101 ', ' 0100011 ', ' 0110001 ', ' 0101111 ', ' 0111011 ', ') ' 0110111 ', ' 0001011 '),
"B" => Array (' 0100111 ', ' 0110011 ', ' 0011011 ', ' 0100001 ', ' 0011101 ', ' 0111001 ', ' 0000101 ', ' 0010001 ', ' 0001001 ', ') ', ' 0010111 '));
$Rencode = Array (' 1110010 ', ' 1100110 ', ' 1101100 ', ' 1000010 ', ' 1011100 ',
' 1001110 ', ' 1010000 ', ' 1000100 ', ' 1001000 ', ' 1110100 ');
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.