|
PHP5中文手册
ftp_ssl_connect(PHP 4 >= 4.3.0, PHP 5) ftp_ssl_connect — Opens an Secure SSL-FTP connection 说明
resource ftp_ssl_connect
( string $host
[, int $port
[, int $timeout
]] )
ftp_ssl_connect() opens a SSL-FTP connection to the specified host .
参数
返回值Returns a SSL-FTP stream on success or FALSE on error. 更新日志
范例
Example#1 ftp_ssl_connect() example
<?php |