MCPcopy Create free account
hub / github.com/codemistic/Web-Development / text

Method text

text-to-qr/lib/phpqrcode/phpqrcode.php:3098–3102  ·  view source on GitHub ↗

----------------------------------------------------------------------

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

Source from the content-addressed store, hash-verified

3096
3097 //----------------------------------------------------------------------
3098 public static function text($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4)
3099 {
3100 $enc = QRencode::factory($level, $size, $margin);
3101 return $enc->encode($text, $outfile);
3102 }
3103
3104 //----------------------------------------------------------------------
3105 public static function raw($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4)

Callers 1

tcpdfBarcodeArrayMethod · 0.45

Calls 2

factoryMethod · 0.45
encodeMethod · 0.45

Tested by

no test coverage detected