位置: 编程技术 - 正文
推荐整理分享PHP:getcwd()的用法_Directory函数(php get函数),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php get函数,phpget方法,php getdate()方法,php get函数,php getcwd,php getenv,php getcwd,php$_get,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
getcwd — 取得当前工作目录
说明 string getcwd ( void )取得当前工作目录。
返回值成功则返回当前工作目录,失败返回 FALSE。
在某些 Unix 的变种下,如果任何父目录没有设定可读或搜索模式,即使当前目录设定了,getcwd() 还是会返回 FALSE。有关模式与权限的更多信息见 chmod()。
范例
Example #1 getcwd() 例子
<?php//currentdirectoryechogetcwd()."n";chdir('cvs');//currentdirectoryechogetcwd()."n";?>以上例程的输出类似于:
参见chdir() - 改变目录 chmod() - 改变文件模式
PHP:dir()的用法_Directory函数 dir(PHP4,PHP5)dir返回一个Directory类实例说明Directorydir(string$directory[,resource$context])以面向对象的方式访问目录。打开directory参数指定的目录。参数directory被
PHP:closedir()的用法_Directory函数 closedir(PHP4,PHP5)closedir关闭目录句柄说明voidclosedir(resource$dir_handle)关闭由dir_handle指定的目录流。流必须之前被opendir()所打开。参数dir_handle目录句柄的resour
PHP:chdir()的用法_Directory函数 chdir(PHP4,PHP5)chdir改变目录说明boolchdir(string$directory)将PHP的当前目录改为directory。参数directory新的当前目录返回值成功时返回TRUE,或者在失败时返回FALSE
标签: php get函数
本文链接地址:https://www.jiuchutong.com/biancheng/287351.html 转载请保留说明!友情链接: 武汉网站建设