$bitMatrix
$bitMatrix
readCodewords() : \Zxing\Qrcode\Decoder\bytes
<p>Reads the bits in the {@link BitMatrix} representing the finder pattern in the correct order in order to reconstruct the codewords bytes contained within the QR Code.</p>
if the exact number of bytes expected is not read
encoded within the QR Code
setMirror(mixed $mirror) : mixed
Prepare the parser for a mirrored operation.
This flag has effect only on the {@link #readFormatInformation()} and the {@link #readVersion()}. Before proceeding with {@link #readCodewords()} the {@link #mirror()} method should be called.
mixed | $mirror |