moduleCount; $row++){ for($col = 0; $col < $qrcode->moduleCount; $col++){ echo (bool)$qrcode->modules[$row][$col] ? '#' : ' '; } echo PHP_EOL; } echo 'QRCode '.round((microtime(true)-$starttime), 5).PHP_EOL;