Using Image_Barcode

Creating a barcode is as simple as calling the classes static draw() method after including Image/Barcode.php.

The method has four parameters: The first is the string that shall be converted into barcode representation. The second parameter determines which driver/type should be used; it is one of: Code39, code128, ean13, int25, postnet or upca.

The case difference between Code39 and code128 has no reason and makes no sense, but is kept because of backward compatibility.

The third parameter of draw() determines the type of the image that is generated; one of jpg, png and gif.

By default, the image generated by the barcode driver is directly output to the browser. If you do not want this, pass false as fourth parameter and draw() will return the GD image resource object; allowing you to do further things with it.

Introduction (Previous) Simple example (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.