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

Method raw

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

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

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

Source from the content-addressed store, hash-verified

3103
3104 //----------------------------------------------------------------------
3105 public static function raw($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4)
3106 {
3107 $enc = QRencode::factory($level, $size, $margin);
3108 return $enc->encodeRAW($text, $outfile);
3109 }
3110 }
3111
3112 //##########################################################################

Callers

nothing calls this directly

Calls 2

factoryMethod · 0.45
encodeRAWMethod · 0.45

Tested by

no test coverage detected