changedir($path[, $suppress_debug = FALSE])
Parameters: |
|
---|---|
Returns: |
TRUE on success, FALSE on failure |
Return type: |
bool |
Changes the current working directory to the specified path.
The $suppress_debug
parameter is useful in case you want to use this method as an is_dir()
alternative for FTP.
Please login to continue.