Easy Tutorial
❮ Func Math Decoct Func String Strrev ❯

PHP ftp_login() Function



Definition and Usage

The ftp_login() function logs in to an FTP server.

If successful, the function returns TRUE. If it fails, it returns FALSE and a warning.

Syntax

Parameter Description
ftp_connection Required. Specifies the FTP connection to log in to.
username Required. Specifies the username for login.
password Required. Specifies the password for login.

Example


❮ Func Math Decoct Func String Strrev ❯