PHP getcwd() 函数
示例
获取当前工作目录
<?php
echo getcwd();
?>
结果
/home/php
定义和使用
getcwd() 函数返回当前工作目录。
语法
getcwd()
技术细节
返回值 | 成功时返回当前工作目录,失败时返回 FALSE。 |
---|---|
PHP 版本 | 4.0+ |
❮ PHP 目录引用
获取当前工作目录
<?php
echo getcwd();
?>
结果
/home/php
getcwd() 函数返回当前工作目录。
getcwd()
返回值 | 成功时返回当前工作目录,失败时返回 FALSE。 |
---|---|
PHP 版本 | 4.0+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]