Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
codeigniterのftpライブラリを使用してリモートディレクトリ内のフォルダの存在を確認する方法
listコマンドを使用する
$this->ftp->list_files();
次に、要求しているディレクトリがアレイに存在するかどうかを確認します