Home
last modified time | relevance | path

Searched refs:saveandprint (Results 1 – 1 of 1) sorted by relevance

/plugin/qrcode2/
H A Dphpqrcode.php941 …c function png($frame, $filename = false, $pixelPerPoint = 4, $outerFrame = 4,$saveandprint=FALSE) argument
949 if($saveandprint===TRUE){
3091 …n png($text, $outfile = false, $level = QR_ECLEVEL_L, $size = 3, $margin = 4, $saveandprint=false) argument
3094 return $enc->encodePNG($text, $outfile, $saveandprint=false);
3288 public function encodePNG($intext, $outfile = false,$saveandprint=false) argument
3302 … QRimage::png($tab, $outfile, min(max(1, $this->size), $maxSize), $this->margin,$saveandprint);