PHP

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 ...

Call to undefined function think\finfo_open()

我在上传图片的时候需要获取图片的一些信息,这个时候需要安装fileinfo扩展,换了新的服务器之后,没有安装fileinfo扩展就会导致上传出现错误 。

js返回上一页各种操作方法

问题描述: 对于返回上一页有几种方法,并且返回上一页刷新或者不刷新也有几种办法,现在总结一下。方便以后使用。 解决办法: window .history.go(...

php产品临期倒计时,会员多久到期提醒

public function send_email(){ $balanceArr=Db::name(client)-where(is_sendmess,1)-...

Warning: require(): open_basedir restriction in effect

发现是php open_basedir 配置 的问题,PHP不能引入其授权目录上级及其以上的文件; 一般情况下是不会出现这种问题的,之所以出现这个问题绝大多数情...

easywechat安装完成后在tp5上的后续

使用composer下载安装easywechat的时候,把vendor/topthink里面的自动加载类都更新没了,就剩下一个thinkphp-installe...

热门资讯

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