<?php ftp_chdir(FTP\Connection $ftp, string $directory): bool
<?php goto start; } ftp_chdir($this->connection, $this->connectionOptions->root()); return $this->connection; }
<?php $dirPath .= '/' . $part; $location = $this->prefixer->prefixPath($dirPath); if (@ftp_chdir($connection, $location)) { continue; }