$bits
$bits : \SplFixedArray
Bits represented as an array of integers.
A simple, fast array of bits.
appendBitArray(\BaconQrCode\Common\BitArray $other) : void
Appends another bit array to this array.
\BaconQrCode\Common\BitArray | $other |
xorBits(\BaconQrCode\Common\BitArray $other) : void
Makes an exclusive-or comparision on the current bit array.
\BaconQrCode\Common\BitArray | $other |
Loading…