Description
bool
ftp_site ( resource
ftp_stream, string cmd)
ftp_site() sends the command
specified by cmd 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.
成功回傳TRUE失敗回傳FALSE。