Table of Contents
Properties
-
$back_color
: mixed
-
$casesensitive
: mixed
-
$eightbit
: mixed
-
$fore_color
: mixed
-
$hint
: mixed
-
$level
: mixed
-
$margin
: mixed
-
$size
: mixed
-
$structured
: mixed
-
$version
: mixed
Methods
-
encode()
: mixed
-
encodeEPS()
: mixed
-
encodePNG()
: mixed
-
encodeRAW()
: mixed
-
encodeSVG()
: mixed
-
factory()
: mixed
$back_color
public
mixed
$back_color
= 0xffffff
$casesensitive
public
mixed
$casesensitive
= \true
$eightbit
public
mixed
$eightbit
= \false
$fore_color
public
mixed
$fore_color
= 0x0
$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
-
encodeEPS()
public
encodeEPS(mixed $intext[, mixed $outfile = false ][, mixed $saveandprint = false ]) : mixed
Parameters
-
$intext
: mixed
-
-
$outfile
: mixed
= false
-
-
$saveandprint
: 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
-
encodeSVG()
public
encodeSVG(mixed $intext[, mixed $outfile = false ][, mixed $saveandprint = false ]) : mixed
Parameters
-
$intext
: mixed
-
-
$outfile
: mixed
= false
-
-
$saveandprint
: mixed
= false
-
factory()
public
static factory([mixed $level = QR_ECLEVEL_L ][, mixed $size = 3 ][, mixed $margin = 4 ][, mixed $back_color = 0xffffff ][, mixed $fore_color = 0x0 ][, mixed $cmyk = false ]) : mixed
Parameters
-
$level
: mixed
= QR_ECLEVEL_L
-
-
$size
: mixed
= 3
-
-
$margin
: mixed
= 4
-
-
$back_color
: mixed
= 0xffffff
-
-
$fore_color
: mixed
= 0x0
-
-
$cmyk
: mixed
= false
-