QRencode
Table of Contents
Properties
-
$casesensitive
: mixed
-
$eightbit
: mixed
-
$hint
: mixed
-
$level
: mixed
-
$margin
: mixed
-
$size
: mixed
-
$structured
: mixed
-
$version
: mixed
Methods
-
encode()
: mixed
-
encodePNG()
: mixed
-
encodeRAW()
: mixed
-
factory()
: mixed
$casesensitive
public
mixed
$casesensitive
= \true
$eightbit
public
mixed
$eightbit
= \false
$hint
public
mixed
$hint
= \QR_MODE_8
$level
public
mixed
$level
= \QR_ECLEVEL_L
$margin
public
mixed
$margin
= 4
$size
public
mixed
$size
= 3
$structured
public
mixed
$structured
= 0
$version
public
mixed
$version
= 0
encode()
public
encode(mixed $intext[, mixed $outfile = false ]) : mixed
Parameters
-
$intext
: mixed
-
-
$outfile
: mixed
= false
-
encodePNG()
public
encodePNG(mixed $intext[, mixed $outfile = false ][, mixed $saveandprint = false ]) : mixed
Parameters
-
$intext
: mixed
-
-
$outfile
: mixed
= false
-
-
$saveandprint
: mixed
= false
-
encodeRAW()
public
encodeRAW(mixed $intext[, mixed $outfile = false ]) : mixed
Parameters
-
$intext
: mixed
-
-
$outfile
: mixed
= false
-
factory()
public
static factory([mixed $level = QR_ECLEVEL_L ][, mixed $size = 3 ][, mixed $margin = 4 ]) : mixed
Parameters
-
$level
: mixed
= QR_ECLEVEL_L
-
-
$size
: mixed
= 3
-
-
$margin
: mixed
= 4
-