PHP getcwd() 函数
PHP getchwd() 函数返回当前工作目录
(php4,php5,php7)
函数原型
getcwd();
返回值
成功则返回当前工作目录
失败则返回 FALSE
范例
获取当前工作目录
<?php echo getcwd()
运行以上 PHP 范例,输出结果如下
/home/php
PHP getchwd() 函数返回当前工作目录
(php4,php5,php7)
getcwd();
成功则返回当前工作目录
失败则返回 FALSE
获取当前工作目录
<?php echo getcwd()
运行以上 PHP 范例,输出结果如下
/home/php
♥ 简单教程,简单编程 - IT 入门首选站
Copyright © 2013-2022 简单教程 twle.cn All Rights Reserved.