获取当前工作目录:
<?phpecho getcwd()?>
<?php
echo getcwd()
?>
结果:
/home/php
getchwd() 函数返回当前工作目录。
getchwd()
getcwd();