Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.ftp-site.html
Дата изменения: Sun Feb 3 22:39:38 2002
Дата индексирования: Tue Oct 2 01:54:30 2012
Кодировка:
ftp_site

ftp_site

(3.0.15 - 3.0.18 only, PHP 4 >= 4.0.0)

ftp_site -- Sends a SITE command to the server.

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.

Returns TRUE on success, FALSE on error.