- 博客(4)
- 收藏
- 关注
原创 php 批量生产二维码并保存
<?php set_time_limit(0); //设置页面等待时间 ini_set('memory_limit', '-1');//不限制内存 //链接数据库 require 'global.php'; //引入phpqrcode类 require 'phpqrcode.php'; //文件夹名称 $saveDir = 'sfewm'; //生成二维码大小 $size = 17....
2019-12-21 11:43:52 971
原创 php 导出excel表
$res =sql; $filename = ****; $header = *****; $index = ****; createtable($res,$filename,$header,$index); /** * 创建(导出)Excel数据表格 * @param array $list 要导出的数组格式的数据 * @param ...
2019-03-19 14:35:17 163
原创 php png透明图片合成
<?php $target_width=640; $target_height=1080; $hec_width=580; $hec_height=840; $bigImgPath = 'img/hec.jpg'; $qCodePath = 'im...
2019-03-18 18:02:12 1006 1
原创 php 小程序授权 跟获取unionID
public function weixinlogin() { //接收前端传过来的code 偏移量 $get = I('get.'); // var_dump($get);exit; //获取session_key $params['appid']= C("appid"); $pa...
2019-03-18 17:22:44 2299
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人