PHP getcwd() 函數(shù)
PHP getcwd() 函數(shù)
實例
獲取當(dāng)前工作目錄:
<?php
echo getcwd()
?>
echo getcwd()
?>
結(jié)果:
/home/php
定義和用法
getchwd() 函數(shù)返回當(dāng)前工作目錄。
語法
getcwd();
技術(shù)細(xì)節(jié)
返回值: | 成功則返回當(dāng)前工作目錄。失敗則返回 FALSE。 |
---|---|
PHP 版本: | 4.0+ |

相關(guān)文章
- PHP 類型比較
- PHP 超級全局變量
- PHP While 循環(huán)
- PHP date() 函數(shù)
- PHP 包含文件 include 和 require 語句
- PHP Cookie
- PHP array_intersect_ukey() 函數(shù)
- PHP array_keys() 函數(shù)
- PHP array_merge() 函數(shù)
- PHP array_pad() 函數(shù)
- PHP array_replace() 函數(shù)
- PHP array_replace_recursive() 函數(shù)
- PHP array_uintersect() 函數(shù)
- PHP array_uintersect_assoc() 函數(shù)
- PHP array_unique() 函數(shù)
- PHP end() 函數(shù)
- PHP natcasesort() 函數(shù)
- PHP 5 Date/Time 函數(shù)
- PHP 5 Directory 函數(shù)
- PHP Mail 函數(shù)