MCPcopy Create free account
hub / github.com/codemistic/Web-Development / getBitStream

Method getBitStream

text-to-qr/lib/phpqrcode/qrinput.php:699–714  ·  view source on GitHub ↗

----------------------------------------------------------------------

()

Source from the content-addressed store, hash-verified

697
698 //----------------------------------------------------------------------
699 public function getBitStream()
700 {
701
702 $bstream = $this->mergeBitStream();
703
704 if($bstream == null) {
705 return null;
706 }
707
708 $ret = $this->appendPaddingBit($bstream);
709 if($ret < 0) {
710 return null;
711 }
712
713 return $bstream;
714 }
715
716 //----------------------------------------------------------------------
717 public function getByteStream()

Callers 1

getByteStreamMethod · 0.95

Calls 2

mergeBitStreamMethod · 0.95
appendPaddingBitMethod · 0.95

Tested by

no test coverage detected