On this page
WP_Filesystem_ftpsockets::chdir( string $dir ): bool
Changes current directory.
Parameters
$dirstring Required-
The new current directory.
Return
bool True on success, false on failure.
Source
File: wp-admin/includes/class-wp-filesystem-ftpsockets.php. View all references
public function chdir( $dir ) {
return $this->ftp->chdir( $dir );
}
Related
Used By
| Used By | Description |
|---|---|
| WP_Filesystem_ftpsockets::is_dir() wp-admin/includes/class-wp-filesystem-ftpsockets.php | Checks if resource is a directory. |
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_filesystem_ftpsockets/chdir