chdir
Description
bool chdir ( string directory)Changes PHP's current directory to directory. Returns TRUE on success or FALSE on failure..
See also getcwd().
Changes PHP's current directory to directory. Returns TRUE on success or FALSE on failure..
See also getcwd().