chdir

(PHP 3, PHP 4 )

chdir -- 改变目录

说明

bool chdir ( string directory)

将 PHP 的当前目录改为 directory。如果成功则返回 TRUE,失败则返回 FALSE

参见 getcwd()