黄色电影一区二区,丰满熟妇AV,97成人资源,日韩在线性爱

PHP getcwd() 函數(shù)

PHP getcwd() 函數(shù)

PHP Directory PHP Directory 參考手冊

實例

獲取當前工作目錄:

<?php
echo getcwd()
?>

結(jié)果:

/home/php

定義和用法

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

語法

getcwd();

技術細節(jié)

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

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