Properties

$barcode_array

$barcode_array

$gapwidth

$gapwidth

$print_ratio

$print_ratio

$daft

$daft

Methods

__construct()

__construct()

getBarcodeArray()

getBarcodeArray( $code,  $type,  $pr)

Parameters

$code
$type
$pr

getChecksum()

getChecksum( $code,  $type)

Parameters

$code
$type

setBarcode()

setBarcode( $code,  $type,  $pr)

Parameters

$code
$type
$pr

dec_to_hex()

dec_to_hex( $number)

Convert large integer number to hexadecimal representation.

(requires PHP bcmath extension)

Parameters

$number

hex_to_dec()

hex_to_dec( $hex)

Convert large hexadecimal number to decimal representation (string).

(requires PHP bcmath extension)

Parameters

$hex

barcode_code39()

barcode_code39( $code,  $extended,  $checksum)

CODE 39 - ANSI MH10.8M-1983 - USD-3 - 3 of 9.

Parameters

$code
$extended
$checksum

encode_code39_ext()

encode_code39_ext( $code)

Encode a string to be used for CODE 39 Extended mode.

Parameters

$code

checksum_code39()

checksum_code39( $code)

Calculate CODE 39 checksum (modulo 43).

Parameters

$code

barcode_code93()

barcode_code93( $code)

CODE 93 - USS-93 Compact code similar to Code 39

Parameters

$code

checksum_code93()

checksum_code93( $code)

Calculate CODE 93 checksum (modulo 47).

Parameters

$code

checksum_s25()

checksum_s25( $code)

Checksum for standard 2 of 5 barcodes.

Parameters

$code

barcode_msi()

barcode_msi( $code,  $checksum)

MSI.

Variation of Plessey code, with similar applications Contains digits (0 to 9) and encodes the data only in the width of bars.

Parameters

$code
$checksum

barcode_s25()

barcode_s25( $code,  $checksum)

Standard 2 of 5 barcodes.

Used in airline ticket marking, photofinishing Contains digits (0 to 9) and encodes the data only in the width of bars.

Parameters

$code
$checksum

binseq_to_array()

binseq_to_array( $seq,  $bararray)

Convert binary barcode sequence to barcode array

Parameters

$seq
$bararray

barcode_i25()

barcode_i25( $code,  $checksum)

Interleaved 2 of 5 barcodes.

Compact numeric code, widely used in industry, air cargo Contains digits (0 to 9) and encodes the data in the width of both bars and spaces.

Parameters

$code
$checksum

barcode_c128()

barcode_c128( $code,  $type,  $ean)

C128 barcodes.

Very capable code, excellent density, high reliability; in very wide use world-wide

Parameters

$code
$type
$ean

barcode_eanupc()

barcode_eanupc( $code,  $len)

EAN13 and UPC-A barcodes.

EAN13: European Article Numbering international retail product code UPC-A: Universal product code seen on almost all retail products in the USA and Canada UPC-E: Short version of UPC symbol

Parameters

$code
$len

barcode_eanext()

barcode_eanext( $code,  $len)

UPC-Based Extentions 2-Digit Ext.: Used to indicate magazines and newspaper issue numbers 5-Digit Ext.: Used to mark suggested retail price of books

Parameters

$code
$len

barcode_postnet()

barcode_postnet( $code,  $planet)

POSTNET and PLANET barcodes.

Used by U.S. Postal Service for automated mail sorting

Parameters

$code
$planet

barcode_rm4scc()

barcode_rm4scc( $code,  $kix)

RM4SCC - CBC - KIX RM4SCC (Royal Mail 4-state Customer Code) - CBC (Customer Bar Code) - KIX (Klant index - Customer index) RM4SCC is the name of the barcode symbology used by the Royal Mail for its Cleanmail service.

Parameters

$code
$kix

barcode_codabar()

barcode_codabar( $code)

CODABAR barcodes.

Older code often used in library systems, sometimes in blood banks

Parameters

$code

barcode_code11()

barcode_code11( $code)

CODE11 barcodes.

Used primarily for labeling telecommunications equipment

Parameters

$code

barcode_imb()

barcode_imb( $code)

IMB - Intelligent Mail Barcode - Onecode - USPS-B-3200 (requires PHP bcmath extension) Intelligent Mail barcode is a 65-bar code for use on mail in the United States.

The fields are described as follows:

  • The Barcode Identifier shall be assigned by USPS to encode the presort identification that is currently printed in human readable form on the optional endorsement line (OEL) as well as for future USPS use. This shall be two digits, with the second digit in the range of 0-4. The allowable encoding ranges shall be 00-04, 10-14, 20-24, 30-34, 40-44, 50-54, 60-64, 70-74, 80-84, and 90-94.
  • The Service Type Identifier shall be assigned by USPS for any combination of services requested on the mailpiece. The allowable encoding range shall be 000-999. Each 3-digit value shall correspond to a particular mail class with a particular combination of service(s). Each service program, such as OneCode Confirm and OneCode ACS, shall provide the list of Service Type Identifier values.
  • The Mailer or Customer Identifier shall be assigned by USPS as a unique, 6 or 9 digit number that identifies a business entity. The allowable encoding range for the 6 digit Mailer ID shall be 000000- 899999, while the allowable encoding range for the 9 digit Mailer ID shall be 900000000-999999999.
  • The Serial or Sequence Number shall be assigned by the mailer for uniquely identifying and tracking mailpieces. The allowable encoding range shall be 000000000-999999999 when used with a 6 digit Mailer ID and 000000-999999 when used with a 9 digit Mailer ID. e. The Delivery Point ZIP Code shall be assigned by the mailer for routing the mailpiece. This shall replace POSTNET for routing the mailpiece to its final delivery point. The length may be 0, 5, 9, or 11 digits. The allowable encoding ranges shall be no ZIP Code, 00000-99999, 000000000-999999999, and 00000000000-99999999999.

Parameters

$code

imb_crc11fcs()

imb_crc11fcs( $code_arr)

Intelligent Mail Barcode calculation of Frame Check Sequence

Parameters

$code_arr

imb_reverse_us()

imb_reverse_us( $num)

Reverse unsigned short value

Parameters

$num

imb_tables()

imb_tables( $n,  $size)

generate Nof13 tables used for Intelligent Mail Barcode

Parameters

$n
$size