QRcode::__construct()
Method: This is the class constructor.
Source: includes/lib/tcpdf/include/barcodes/qrcode.php:639
Method: This is the class constructor.
Source: includes/lib/tcpdf/include/barcodes/qrcode.php:639
Method: Throw an exception.
Source: includes/lib/tcpdf/include/tcpdf_filters.php:473
Method: Get a list of available decoding filters.
Source: includes/lib/tcpdf/include/tcpdf_filters.php:67
Method: Decode data using the specified filter type.
Source: includes/lib/tcpdf/include/tcpdf_filters.php:79
Method: Standard Default decoding filter (leaves data unchanged).
Source: includes/lib/tcpdf/include/tcpdf_filters.php:138
Method: ASCIIHexDecode Decodes data encoded in an ASCII hexadecimal representation, reproducing the original binary data.
Source: includes/lib/tcpdf/include/tcpdf_filters.php:150
Method: ASCII85Decode Decodes data encoded in an ASCII base-85 representation, reproducing the original binary data.
Source: includes/lib/tcpdf/include/tcpdf_filters.php:190
Method: LZWDecode Decompresses data encoded using the LZW (Lempel-Ziv-Welch) adaptive compression method, reproducing the original text or binary data.
Source: includes/lib/tcpdf/include/tcpdf_filters.php:274
Method: FlateDecode Decompresses data encoded using the zlib/deflate compression method, reproducing the original text or binary data.
Source: includes/lib/tcpdf/include/tcpdf_filters.php:355
Method: RunLengthDecode Decompresses data encoded using a byte-oriented run-length encoding algorithm.
Source: includes/lib/tcpdf/include/tcpdf_filters.php:371