コード例 #1
0
ファイル: FtpClient.php プロジェクト: nicolab/php-ftp-client
 /**
  * Get the help information of the remote FTP server.
  * 
  * @return array
  */
 public function help()
 {
     return $this->ftp->raw('help');
 }