update : 2015.11.03
php.shukuma.com검색:
|
ftp_site(PHP 4, PHP 5, PHP 7) ftp_site — Sends a SITE command to the server 설명
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. 인수
반환값
성공 시 예제
Example #1 Sending a SITE command to an ftp server
<?php |