PHP Classes

File: uploady/vendor/robthree/twofactorauth/docs/qr-codes/qr-server.md

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/vendor/robthree/twofactorauth/docs/qr-codes/qr-server.md   Download  
File: uploady/vendor/robthree/twofactorauth/docs/qr-codes/qr-server.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change: Update of uploady/vendor/robthree/twofactorauth/docs/qr-codes/qr-server.md
Date: 4 months ago
Size: 782 bytes
 

Contents

Class file image Download

layout: post title: QR Server

Optional Configuration

Argument | Default value ------------------------|--------------- $verifyssl | false $errorcorrectionlevel | 'L' $margin | 4 $qzone | 1 $bgcolor | 'ffffff' $color | '000000' $format | 'png'

$verifyssl is used internally to help guarantee the security of the connection. It is possible that where you are running the code from will have problems verifying an SSL connection so if you know this is not the case, you can supply true.

The other parameters are passed to goqr.me so you can refer to them for more detail on how the values are used.