Files
php-qrcode/docs/Built-In-Output-QRString.md
T
2023-07-13 23:15:16 +02:00

30 lines
1.2 KiB
Markdown

# QRString
[Class `QRString`](https://github.com/chillerlan/php-qrcode/blob/main/src/Output/QRString.php): String output: plain text, [JSON](https://developer.mozilla.org/en-US/docs/Glossary/JSON)
## Options that affect this module
| property | type |
|--------------------------------|----------------|
| `$eol` | `string` |
| `$textDark` | `string` |
| `$textLight` | `string` |
### Options that have no effect
| property | reason |
|--------------------------------|-----------------|
| `$returnResource` | N/A |
| `$imageBase64` | N/A |
| `$bgColor` | N/A |
| `$drawLightModules` | not implemented |
| `$drawCircularModules` | N/A |
| `$circleRadius` | N/A |
| `$keepAsSquare` | N/A |
| `$connectPaths` | N/A |
| `$excludeFromConnect` | N/A |
| `$scale` | N/A |
| `$imageTransparent` | N/A |