发布于 2016-11-18 14:29:06 | 64 次阅读 | 评论: 0 | 来源: 网络整理
获取当前工作目录:
<?php echo getcwd() ?>
结果:
/home/php
getchwd() 函数返回当前工作目录。
getcwd();