update : 2015.11.03
php.shukuma.com검색:
|
ftp_connect(PHP 4, PHP 5, PHP 7) ftp_connect — Opens an FTP connection 설명
resource ftp_connect
( string
$host
[, int $port = 21
[, int $timeout = 90
]] )
ftp_connect() opens an FTP connection to the
specified 인수
반환값
Returns a FTP stream on success or 예제
Example #1 ftp_connect() example
<?php |