摘要: 需要自己去下载,只需要 phpqrcode.php 就行了 https://github.com/t0k4rt/phpqrcode 引入: require_once('../phpqrcode.php'); 使用例子: $str = 'hello world'; $file_path = $_SER 阅读全文
posted @ 2021-12-01 16:51 一剑还 阅读(59) 评论(0) 推荐(0) 编辑
摘要: $name = "test_".time().'.txt';//文件名 $path = $_SERVER["DOCUMENT_ROOT"] . "/test/";//绝对路径 //判断目录是否存在 不存在就创建 if (!is_dir($path)){ mkdir($path, 0777, true 阅读全文
posted @ 2021-12-01 16:20 一剑还 阅读(29) 评论(0) 推荐(0) 编辑