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 212]
N1 [line 221]
N2 [line 226]
N3 [line 231]
N4 [line 236]
QRCAP_EC [line 198]
QRCAP_REMINDER [line 193]
QRCAP_WIDTH [line 183]
QRCAP_WORDS [line 188]
QRCODEDEFS [line 99]
QRSPEC_VERSION_MAX [line 171]
QRSPEC_WIDTH_MAX [line 176]
QR_DEFAULT_MASK [line 255]
QR_ECLEVEL_H [line 159]
QR_ECLEVEL_L [line 144]
QR_ECLEVEL_M [line 149]
QR_ECLEVEL_Q [line 154]
QR_FIND_BEST_MASK [line 245]
QR_FIND_FROM_RANDOM [line 250]
QR_MODE_8B [line 123]
QR_MODE_AN [line 118]
QR_MODE_KJ [line 128]
QR_MODE_NL [line 108]
QR_MODE_NM [line 113]
QR_MODE_ST [line 133]
STRUCTURE_HEADER_BITS [line 207]
str_split [line 273]
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. |
|