|
ftp_ssl_connectOpens an Secure SSL-FTP connection Description
resource ftp_ssl_connect
( string
$host
[, int $port = 21
[, int $timeout = 90
]] )
ftp_ssl_connect opens an explicit SSL-FTP connection to the
specified
Parameters
Return Values
Returns a SSL-FTP stream on success or Changelog
Examples
Example #1 ftp_ssl_connect example
<?php See Also
|