class (none) \ QRcode



Method Summary

Name Description
encodeInput(QRinput $input)
encodeMask(QRinput $input, $mask)
encodeString($string, $version, $level, $hint, $casesensitive)
encodeString8bit($string, $version, $level)
png($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4, $saveandprint = false)
raw($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4)
text($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4)

public function encodeInput(QRinput $input)


public function encodeMask(QRinput $input, $mask)


public function encodeString($string, $version, $level, $hint, $casesensitive)


public function encodeString8bit($string, $version, $level)


public static function png($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4, $saveandprint = false)

Defaults:
outfile = false
level = QR_ECLEVEL_L
size = 3
margin = 4
saveandprint = false

public static function raw($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4)

Defaults:
outfile = false
level = QR_ECLEVEL_L
size = 3
margin = 4

public static function text($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4)

Defaults:
outfile = false
level = QR_ECLEVEL_L
size = 3
margin = 4