mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-18 09:10:33 +00:00
1.8 KiB
1.8 KiB
DecoderResult
The full phpDocumentor API documentation can be found at chillerlan.github.io/php-qrcode.
Methods
| method | return | description |
|---|---|---|
__construct(iterable $properties = null) |
- | used internally by Decoder |
__toString() |
string |
returns the data contained in the QR symbol |
hasStructuredAppend() |
bool |
|
getQRMatrix() |
QRMatrix |
Magic Properties (read-only)
| property | type | description |
|---|---|---|
$rawBytes |
BitBuffer |
|
$version |
Version |
|
$eccLevel |
EccLevel |
|
$maskPattern |
MaskPattern |
|
$data |
string |
defaults to '' |
$structuredAppendParity |
int |
defaults to -1 |
$structuredAppendSequence |
int |
defaults to -1 |