Built-In-Output-QRString.md.txt 1.2 KB

1234567891011121314151617181920212223242526272829
  1. # QRString
  2. [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)
  3. ## Options that affect this module
  4. | property | type |
  5. |--------------------------------|----------------|
  6. | `$eol` | `string` |
  7. | `$textDark` | `string` |
  8. | `$textLight` | `string` |
  9. ### Options that have no effect
  10. | property | reason |
  11. |--------------------------------|-----------------|
  12. | `$returnResource` | N/A |
  13. | `$imageBase64` | N/A |
  14. | `$bgColor` | N/A |
  15. | `$drawLightModules` | not implemented |
  16. | `$drawCircularModules` | N/A |
  17. | `$circleRadius` | N/A |
  18. | `$keepAsSquare` | N/A |
  19. | `$connectPaths` | N/A |
  20. | `$excludeFromConnect` | N/A |
  21. | `$scale` | N/A |
  22. | `$imageTransparent` | N/A |