PHP Directory 函数
getcwd() 函数返回当前目录。
若成功,则返回当前工作目录,否则返回 false。
getcwd()
<?php echo getcwd(); ?>
输出:
C:\testweb\main
Search: