php chdir() 函数语法:bool切换目录(字符串目录)dirDirectory改变to.Changes当前工作目录.
语法:bool切换目录(字符串目录)dirDirectory改变to.Changes当前工作目录,在成功返回真,如果发生错误,则返回FALSE.
范例代码如下:
- <?php
- if (chdir("upload")) {
- print "Changed current directory successfully";
- }//开源代码Vevb.com
- ?>
- //Output:Changed current directory successfully
新闻热点
疑难解答