Documentation

Decoder
in package

FinalYes

The main class which implements QR Code decoding -- as opposed to locating and extracting the QR Code from an image.

Tags
author

Sean Owen

Table of Contents

Properties

$bitBuffer  : BitBuffer
$eccLevel  : EccLevel|null
$maskPattern  : MaskPattern|null
$options  : SettingsContainerInterface|QROptions
$version  : Version|null

Methods

__construct()  : mixed
decode()  : DecoderResult
Decodes a QR Code represented as a BitMatrix.
decodeAlphanumSegment()  : string
decodeBitStream()  : DecoderResult
Decode the contents of that stream of bytes
decodeMatrix()  : DecoderResult

Properties

Methods

__construct()

public __construct([SettingsContainerInterface|QROptions $options = new QROptions() ]) : mixed
Parameters
$options : SettingsContainerInterface|QROptions = new QROptions()

decodeAlphanumSegment()

private decodeAlphanumSegment(int $versionNumber, bool $fc1InEffect) : string
Parameters
$versionNumber : int
$fc1InEffect : bool
Return values
string

        
On this page

Search results