hotarunohikari/dr-qrcode

qrcode helper

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer

pkg:composer/hotarunohikari/dr-qrcode

1.0.1 2020-04-01 07:28 UTC

This package is auto-updated.

Last update: 2025-09-29 02:08:17 UTC


README

/**
 * description : 二维码图片生成函数
 *
 * @param $content 图片中要存储的内容
 * @param $path 图片存放路径
 * @return string 图片存储的路径和名称
 * @throws Exception
 */
static function png($content, $path)