----------------------------------------------------------------------
($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4, $saveandprint=false)
| 281 | |
| 282 | //---------------------------------------------------------------------- |
| 283 | public static function png($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4, $saveandprint=false) |
| 284 | { |
| 285 | $enc = QRencode::factory($level, $size, $margin); |
| 286 | return $enc->encodePNG($text, $outfile, $saveandprint=false); |
| 287 | } |
| 288 | |
| 289 | //---------------------------------------------------------------------- |
| 290 | public static function text($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4) |