首页
文章
专题
Sublime Text
Composer
Agent智能体
Subversion
文档
项目
dev
oa
cms
关于我
快捷导航
登录
注册
您的当前位置:
首页
>
全部文章
>
标签 PHP 关联的文章
PHP错误:“open_basedir restriction in effect”的解决方法
迁移服务器的时,发现网站配置好了,composer也更新了,但是访问入口文件的时候有提示报错:Warning:file_exists(): open_basedir restriction in effect. File(./license.php) is not within the allowed path 好了,来看下问题应该怎么解决。
发表于:2026-03-05
浏览:1643
TAG:
#PHP
php的strtotime('+1 month'),一个月的最后一天bug
php的strtotime(’+1 month’)函数,如果今天是1月31号,使用strtotime(’+1 month’)函数变成3月3号,而我的结果是想获得2月份最后一天的日期,也就是2月28号,下面这段代码可以解决这个bug
发表于:2026-03-05
浏览:1068
TAG:
#PHP
PHP替換UTF-8的空格(0xC2 0xA0)
php 空格替换不了,php 空格无法替换,utf-8空格惹的祸,在于UTF-8这种编码里面,存在一个特殊的字符,其编码是“0xC2 0xA0”
发表于:2026-03-05
浏览:1546
TAG:
#PHP
栏目分类
全部>
后端开发
12
Web前端
8
数据库
0
服务器/运维
3
开发工具
1
Excel技巧
7
SEO推广
4
图片处理
2
PDF相关
1
VPN梯子
0
软件教程
7
APP
5
标签云
#PDF
#Bing
#草料
#Google
#Html
#WebP
#mPDF
#Git
#压缩
#style
#mcrypt
#SEO
#Composer
#APP
#苹果商店
#格式转换
#分词搜索
#Fastadmin
#javascript
#特效
推荐文章
Windows环境下 php7.3安装扩展mcrypt
怎么安装最新版本_composer怎么获取开发版代码
Sublime怎么格式化SQL_Sublime SqlBeautifier插件【库表】
sublime怎么安装CSS3语法高亮插件?(视觉优化)
Excel创建下拉列表
OBS:使用电脑+摄像机直播
图片压缩
怎么开启国内源 Composer怎么还原默认镜像
PHP错误:“open_basedir restriction in effect”的解决方法
Git冲突:commit your changes or stash them before you can merge. 解决办法