Untitled
unknown
plain_text
a year ago
475 B
8
Indexable
foreach ($order_attendees as $key => $item) {
$barcode = @$item['barcode'];
$qrCode = (new QrCode("$barcode"))
->setSize(250)
->setMargin(5);
$qrCode->writeFile(Yii::$app->basePath . '/web/template/qrcode/' . $barcode . ".png");
}Editor is loading...
Leave a Comment