|
ftp_loginLogs in to an FTP connection Description
bool ftp_login
( resource
$ftp_stream
, string $username
, string $password
)Logs in to the given FTP stream. Parameters
Return Values
Returns Examples
Example #1 ftp_login example
<?php |