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