PHP getcwd() 函数

PHP Directory PHP Directory 参考手册

实例

获取当前工作目录:

<?php
echo getcwd()
?>

结果:

/home/php


定义和用法

getchwd() 函数返回当前工作目录。


语法

getcwd();

技术细节

返回值: 成功则返回当前工作目录。失败则返回 FALSE。
PHP 版本: 4.0+


PHP Directory PHP Directory 参考手册

上一篇:PHP dir() 函数

下一篇:PHP opendir() 函数

关注微信小程序
程序员编程王-随时随地学编程

扫描二维码
程序员编程王

扫一扫关注最新编程教程