ftp_site

 bool ftp_site ( resource $ftp_stream , string $command ) 

説明

ftp_site() sends the given SITE command to the FTP server. SITE commands are not standardized, and vary from server to server. They are useful for handling such things as file permissions and group membership.

戻り値

Returns TRUE on success or FALSE on failure.