Changes current directory.
Parameters
$dir
stringrequired- The new current directory.
Source
public function chdir( $dir ) {
return $this->ftp->chdir( $dir );
}
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
Changes current directory.
$dir
stringrequiredpublic function chdir( $dir ) {
return $this->ftp->chdir( $dir );
}
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.