chdir
NAME
chdir - change your current working directory
SYNOPSIS
chdir EXPR
DESCRIPTION
Changes the working directory to EXPR, if possible. If EXPR is omitted, changes to home directory. Returns TRUE upon success, FALSE otherwise. See example under
die()
.