Home > Backend Development > PHP Tutorial > mkdir("testing")问题求解

mkdir("testing")问题求解

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-23 13:47:51
Original
773 people have browsed it

mkdir("testing")一般会在该php所在的目录下建立一个testing的文件
为什么我的会在php.ini所在目录下建立一个testing的文件
求解


回复讨论(解决方案)

菜鸟求解

php 运行模式?

IIS下·


define( 'BASEPATH', dirname( __FILE__ ) . '/' );
Copy after login

能获取当前脚本目录

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template