2017 © Pedro Peláez
 

library phpqrcode

php phpqrcode

image

limsphpqrcode/phpqrcode

php phpqrcode

  • Tuesday, June 19, 2018
  • by limingshang
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

phpqrcode

简单事例 获取内容存储为png图片

2018-6-19 4:22:00

/**
 * Function Name: return_img
 * Create   User: lims
 * Create   Time: 2018/6/12 上午10:22
 * ---------------------------------
 * 输出图片内容
 */
function return_img($value){
    QRcode::png("http://www.qq.com");
}

/**
 * Function Name: save_img
 * Create   User: lims
 * Create   Time: 2018/6/12 上午10:22
 * ---------------------------------
 * @param $vlaue    图片内容
 * @param $path     需要存储图片路径
 */

function save_img($value,$file_path)
{
    QRcode::png($value, $file_path, QR_ECLEVEL_H, 4);
}

The Versions

19/06 2018

dev-master

9999999-dev

php phpqrcode

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by lims

19/06 2018

v0.2

0.2.0.0

php phpqrcode

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by lims

19/06 2018

v0.1

0.1.0.0

php phpqrcode

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by lims