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