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

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