PHP

thinkphp5用phpexcel导出导入数据

问题描述: 最近用thinkphp5做项目,要用excel表格导出数据。tp5还是第一次使用,在网上找了好多方法,现在把成功后的使用步骤分享一下。 按照步骤来,...

Array and string offset access syntax with curly braces is d

php版本太高了,设置7.3以下即可

tp5 nginx部署index.php入口

phpstudy: server { listen 80; server_name www.xianzi321123.net; root D:/phpstudy...

php通过cookie操控验证码显示隐藏

public function index(){ // 是否显示验证码,默认不显示 $this-ProisShowAuthCode=2; if(cookie(l...

'Cannot found the serial(`7961E289E4FD04`)\'s configuration,

// 从本地文件中加载「微信支付平台证书」 ,用来验证微信支付应答的签名。使用composer 下载的平台证书路径添加至此 $filecert=file://....

curl_setopt_array(): cannot represent a stream of type Outpu

在guzzle(版本6.3)设置了option中 debug为true 的时候,linux下没有问题,windows下报如下错误: curl_setopt_ar...

Cannot load privateKey from(string), please take care about

Cannot load privateKey from(string), please take care about the \$thing inpu

微信支付cURL error 60: SSL certificate problem: unable to get lo

商户API证书序列号填写正确即可

通过IP获取实际地址位置

问题描述: 已有参数IP,想通过IP获取位置。 解决办法: function getIpAddress($ip){ $url=http://ip.taobao....

tp5中phpmail插件的使用

html页面中的代码 label class=control-label flspan请输入邮箱收到的验证码:/span/label div class=fl ...

热门资讯

tp5 jquery判断手机端还是电脑端 application--common.php中添加如下代码 //函数作用是判断用户打开的是手机端还...
Laravel 5.5 .No appl... 创建了新的laravel项目后, 运行提示:No application encryption ke...
php 打印date函数出现错误警告 问题描述: 我使用的是phpstudy,在练习时间函数的时候,打印出现在的时间,date(Y-m-d...
生成随机字符唯一标识符guid或uuid /** * @param $length * @return string * 生成随机字符串 */...
layui缩略图 div class=layui-form-item label class=layui-form-l...
php函数substr_replace从... php函数substr_replace从某个位置替换或删除或插入字符串
Laravel 引入自定义类库或第三方类... 强烈建议引入的类 都是含有命名空间的,这样使用起来就不会出现重名的情况。!!当然,没有命名空间也可以...
object json转化为数组getc... //调用api 程序,通知商户订单异常 20200314 public function callt...
Laravel 查看SQL操作记录 方法一:临时打印操作记录 DB::connection()-enableQueryLog(); # ...
php银行开放平台接口:pfx格式和ce... 问题描述: 对接易通银行,他们的服务开放平台是java开发,而我的是php,现在需要php版本的SD...