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

Method raw

text-to-qr/lib/phpqrcode/qrencode.php:297–301  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

295
296 //----------------------------------------------------------------------
297 public static function raw($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4)
298 {
299 $enc = QRencode::factory($level, $size, $margin);
300 return $enc->encodeRAW($text, $outfile);
301 }
302 }
303
304 //##########################################################################

Callers

nothing calls this directly

Calls 2

factoryMethod · 0.45
encodeRAWMethod · 0.45

Tested by

no test coverage detected