PHP generates 2 types of QR codes

Source: Internet
Author: User
PHP 2 ways to generate QR codes

The use of two-dimensional code I will not say, look at the two-dimensional code generated by PHP bar.

Using Google's API to generate QR codes, many foreign sites now offer such APIs

Look at the code. "======================="

 
  
The above method is particularly simple, but if the site does not provide this API, we do not want to break the food? Let's use our PHP class library.

PHP class library PHP QR Code
Address: http://phpqrcode.sourceforge.net/
Download: http://sourceforge.net/projects/phpqrcode/

Instance:

 
  
 official given use cases:!--? php# include one of these two files:/*qrlib.php for full version (also the all of the library files form package plus cache dir) O R phpqrcode.php for merged version (only one file, but slower and less accurate code because disabled Cacheand quicker MAS King configured) */# two sentences to explain: # contains qrlib.php words need to be put together with other files: files, folders. # phpqrcode.php is a merged version that only needs to contain this file, but the resulting picture is slow and inaccurate # Here are two ways to use: # Create a QR code file QRCode::p ng (' Code data text ', ' filename.png '); /creates file# generate image to browser QRCode::p ng (' some othertext 1234 ');//creates code image and outputs it directly into Browser

hehe. You can try it yourself. Delmar on a single, not to send Oh.



  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.