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

Method text

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

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

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

Source from the content-addressed store, hash-verified

288
289 //----------------------------------------------------------------------
290 public static function text($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4)
291 {
292 $enc = QRencode::factory($level, $size, $margin);
293 return $enc->encode($text, $outfile);
294 }
295
296 //----------------------------------------------------------------------
297 public static function raw($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4)

Callers 15

changeFunction · 0.45
createFunction · 0.45
pos.jsFile · 0.45
Counter.jsFile · 0.45
startOverFunction · 0.45
LetsPlayFunction · 0.45
slick.min.jsFile · 0.45
SlickFunction · 0.45
tcpdfBarcodeArrayMethod · 0.45
jquery-ui.min.jsFile · 0.45
jquery.min.jsFile · 0.45
jquery-ui.min.jsFile · 0.45

Calls 2

factoryMethod · 0.45
encodeMethod · 0.45

Tested by

no test coverage detected