QRcode::__construct( $code,  $eclevel = 'L' )

This is the class constructor.


Description Description

Creates a QRcode object


Parameters Parameters

$code

(Required) (string) code to represent using QRcode

$eclevel

(Optional) (string) error level: <ul><li>L : About 7% or less errors can be corrected.</li><li>M : About 15% or less errors can be corrected.</li><li>Q : About 25% or less errors can be corrected.</li><li>H : About 30% or less errors can be corrected.</li></ul>

Default value: 'L'


Top ↑

Source Source

File: includes/lib/tcpdf/include/barcodes/qrcode.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.000 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.