ftp_get <<< |
ftp_login | ftp_mdtm >>> |
7.33 FTP 7 Index des fonctions Manuel PHP . Introduction . Pré-requis . Installation . Configuration à l'exécution . Types de ressources . Constantes prédefinies . Exemples . ftp_cdup . ftp_chdir . ftp_chmod . ftp_close . ftp_connect . ftp_delete . ftp_exec . ftp_fget . ftp_fput . ftp_get_option . ftp_get ->ftp_login . ftp_mdtm . ftp_mkdir . ftp_nb_continue . ftp_nb_fget . ftp_nb_fput . ftp_nb_get . ftp_nb_put . ftp_nlist . ftp_pasv . ftp_put . ftp_pwd . ftp_quit . ftp_raw . ftp_rawlist . ftp_rename . ftp_rmdir . ftp_set_option . ftp_site . ftp_size . ftp_ssl_connect . ftp_systype |
7.33.19 ftp_login()Identification avec une connexion FTP[ Exemples avec ftp_login ] PHP 3>= 3.0.13, PHP 4 bool ftp_login ( resource ftp_stream , string username , string password )ftp_login authentifie le flôt FTP. Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.
|
<< | ftp_login | >> |
ftp_get | FTP | ftp_mdtm |