精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

PHP getcwd() 函數

PHP getcwd() 函數

PHP Directory PHP Directory 參考手冊

實例

獲取當前工作目錄:

<?php
echo getcwd()
?>

結果:

/home/php

定義和用法

getchwd() 函數返回當前工作目錄。

語法

getcwd();

技術細節

返回值: 成功則返回當前工作目錄。失敗則返回 FALSE。
PHP 版本: 4.0+

PHP Directory PHP Directory 參考手冊
相關文章