QRcode::check( $mode,  $size,  $data )

Validate the input data.


Description Description


Parameters Parameters

$mode

(Required) (int) encoding mode.

$size

(Required) (int) size of data (byte).

$data

(Required) (array) data to validate


Top ↑

Return Return

(boolean) true in case of valid data, false otherwise


Top ↑

Source Source

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


			

Top ↑

User Contributed Notes User Contributed Notes

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