SetModuleWidth(5); // Store the barcode in the specifed file $backend->Stroke($data,$fileName); list($version,$errorcorrection) = $backend->GetQRInfo(); echo "QR Barcode, (Version: $version-$errorcorrection), image stored in file $fileName"; ?>