Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.83k stars 208 forks source link

What is the format for the return? How do you draw it? #44

Closed ianjwhitehouse closed 6 years ago

ianjwhitehouse commented 6 years ago

So, for example when I run "writeFile('Hello World!', 'qrcode.png');" what type of value does this return? How can I explain this?

DASPRiD commented 6 years ago

It returns void: https://github.com/Bacon/BaconQrCode/blob/master/src/BaconQrCode/Writer.php#L95