您的当前位置:首页>全部文章 >标签: PHP
composer指定php版本运行
指定PHP版本/www/server/php/74/bin/php/usr/bin/composerinstall
发表于:2023-07-01 浏览:141 TAG: #PHP #composer
php通过IP地址获取地区
本文将详细介绍如何使用php通过IP地址获取地区,并提供整理的源码和通过示例代码进行说明。
发表于:2023-05-10 浏览:172 TAG: #PHP
curl error 60 while downloading https://packagist.phpcomposer.com/packages.json: SSL certificate problem: certificate has expired
[Composer\Downloader\TransportException] curl error 60 while downloading https://packagist.phpcomposer.com/packages.json: SSL certificate problem: certificate has expired
发表于:2023-04-14 浏览:275 TAG: #PHP #CA证书 #证书过期
Mysql报错:SQLSTATE[HY000] [1045] Access denied for user '数据库名'@'localhos
用户名,密码,端口号都是正确的,在客户端(如:Navicat)中可以正常连接,但是在代码中无法连接,提示SQLSTATE[HY000][1045]Accessdeniedforuser'数据库...
发表于:2023-04-06 浏览:155 TAG: #ThinkPHP #PHP #MySql
【linux版】tp5中使用GatewayWorker和Workerman
linux tp5中使用GatewayWorker和Workerman
发表于:2023-01-19 浏览:220 TAG: #ThinkPHP #PHP #linux #Workerman
redis教程
教程来源菜鸟学院https://www.runoob.com/redis/redis-tutorial.html
发表于:2023-01-17 浏览:150 TAG: #redis #PHP
tp5常量
预定义常量EXT类库文件后缀(.php)THINK_VERSION框架版本号路径常量DS当前系统的目录分隔符THINK_PATH框架系统目录ROOT_PATH框架应用根目录APP_PATH应用目录(默...
发表于:2023-01-16 浏览:231 TAG: #PHP #tp5
微信支付错误:openssl_x509_read(): supplied parameter cannot be coerced into an X509 certi
错误:openssl_x509_read(): supplied parameter cannot be coerced into an X509 certi
发表于:2023-01-16 浏览:204 TAG: #PHP #微信支付
微信支付错误:Class ‘WechatPay\GuzzleMiddleware\Util\PemUtil’ not found
错误:Class ‘WechatPay\GuzzleMiddleware\Util\PemUtil’ not found
发表于:2023-01-16 浏览:171 TAG: #微信支付 #PHP
php使用json_decode后数字对象转换成了科学计数法的解决方法
php使用json_decode后数字对象转换成了科学计数法的解决方法
发表于:2023-01-16 浏览:190 TAG: #PHP