chdir

(PHP 3, PHP 4 )

chdir -- Change directory

Description

bool chdir ( string directory)

Changes PHP's current directory to directory. Returns TRUE on success or FALSE on failure..

See also getcwd().