Procedural File: qrcode.php
Source Location: /qrcode.php
Classes:
QRcode
Class to create QR-code arrays for TCPDF class.
Page Details:
Class to create QR-code arrays for TCPDF class.
QR Code symbol is a 2D barcode that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and has high robustness. This class supports QR Code model 2, described in JIS (Japanese Industrial Standards) X0510:2004 or ISO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Micro QR Code, QR Code model 1, Structured mode. This class is derived from "PHP QR Code encoder" by Dominik Dzienia (http://phpqrcode.sourceforge.net/) based on "libqrencode C library 3.1.1." by Kentaro Fukuchi (http://megaui.net/fukuchi/works/qrencode/index.en.html), contains Reed-Solomon code written by Phil Karn, KA9Q. QR Code is registered trademark of DENSO WAVE INCORPORATED (http://www.denso-wave.com/qrcode/index-e.html). Please read comments on this class source file for full copyright and license information.
Tags:
MAX_STRUCTURED_SYMBOLS [line 204]
N1 [line 213]
N2 [line 218]
N3 [line 223]
N4 [line 228]
QRCAP_EC [line 190]
QRCAP_REMINDER [line 185]
QRCAP_WIDTH [line 175]
QRCAP_WORDS [line 180]
QRCODEDEFS [line 91]
QRSPEC_VERSION_MAX [line 163]
QRSPEC_WIDTH_MAX [line 168]
QR_DEFAULT_MASK [line 247]
QR_ECLEVEL_H [line 151]
QR_ECLEVEL_L [line 136]
QR_ECLEVEL_M [line 141]
QR_ECLEVEL_Q [line 146]
QR_FIND_BEST_MASK [line 237]
QR_FIND_FROM_RANDOM [line 242]
QR_MODE_8B [line 115]
QR_MODE_AN [line 110]
QR_MODE_KJ [line 120]
QR_MODE_NL [line 100]
QR_MODE_NM [line 105]
QR_MODE_ST [line 125]
STRUCTURE_HEADER_BITS [line 199]
str_split [line 265]
If str_split(
string $string, [int $split_length = 1])
|
|
Convert a string to an array (needed for PHP4 compatibility)
Tags:
Parameters
string |
$string |
The input string. |
int |
$split_length |
Maximum length of the chunk. |
|