ftp_cdup | PHP 3.0.13 |
bool ftp_cdup(resource stream) |
|
Passe au répertoire parent |
ftp_chdir | PHP 3.0.13 |
bool ftp_chdir(resource stream, string directory) |
|
Change de répertoires |
ftp_close | PHP 4.1.0 |
void ftp_close(resource stream) |
|
Referme le flux FTP |
ftp_connect | PHP 3.0.13 |
resource ftp_connect(string host[, int port[, int timeout)]]) |
|
Ouvre un flux FTP |
ftp_delete | PHP 3.0.13 |
bool ftp_delete(resource stream, string file) |
|
Supprime un fichier |
ftp_exec | PHP 4.0.3 |
bool ftp_exec(resource stream, string command) |
|
Sollicite l'exécution d'un programme sur le serveur FTP |
ftp_fget | PHP 3.0.13 |
bool ftp_fget(resource stream, resource fp, string remote_file, int mode[, int resumepos]) |
|
Récupère un fichier à partir du serveur FTP et l'inscrit sur un fichier ouvert |
ftp_fput | PHP 3.0.13 |
bool ftp_fput(resource stream, string remote_file, resource fp, int mode[, int startpos]) |
|
Enregistre un fichier à partir d'un fichier ouvert sur le serveur FTP |
ftp_get_option | PHP 4.1.0 |
mixed ftp_get_option(resource stream, int option) |
|
Obtient une option FTP |
ftp_get | PHP 3.0.13 |
bool ftp_get(resource stream, string local_file, string remote_file, int mode[, int resume_pos]) |
|
Récupère un fichier à partir du serveur FTP et l'inscrit sur un fichier local |
ftp_login | PHP 3.0.13 |
bool ftp_login(resource stream, string username, string password) |
|
Journaux dans le serveur FTP |
ftp_mdtm | PHP 3.0.13 |
int ftp_mdtm(resource stream, string filename) |
|
Renvoie l'heure de la dernière modification du fichier ou -1 en cas d'erreur |
ftp_mkdir | PHP 3.0.13 |
string ftp_mkdir(resource stream, string directory) |
|
Crée un répertoire et renvoie le chemin absolu du nouveau répertoire ou false en cas d'erreur |
ftp_nlist | PHP 3.0.13 |
array ftp_nlist(resource stream, string directory) |
|
Renvoie un tableau de noms de fichiers dans le répertoire indiqué |
ftp_pasv | PHP 3.0.13 |
bool ftp_pasv(resource stream, bool pasv) |
|
Active et désactive le mode passif |
ftp_put | PHP 3.0.13 |
bool ftp_put(resource stream, string remote_file, string local_file, int mode[, int startpos]) |
|
Enregistre un fichier sur le serveur FTP |
ftp_pwd | PHP 3.0.13 |
string ftp_pwd(resource stream) |
|
Renvoie le répertoire actif actuel |
ftp_rawlist | PHP 3.0.13 |
array ftp_rawlist(resource stream, string directory[, bool recursive]) |
|
Renvoie une liste détaillée d'un répertoire sous forme de tableau de lignes de sortie |
ftp_rename | PHP 3.0.13 |
bool ftp_rename(resource stream, string src, string dest) |
|
Attribue un nouveau chemin au fichier indiqué |
ftp_rmdir | PHP 3.0.13 |
bool ftp_rmdir(resource stream, string directory) |
|
Supprime un répertoire |
ftp_set_option | PHP 4.1.0 |
bool ftp_set_option(resource stream, int option, mixed value) |
|
Définit une option FTP |
ftp_site | PHP 3.0.15 |
bool ftp_site(resource stream, string cmd) |
|
Envoie une commande site au serveur |
ftp_size | PHP 3.0.13 |
int ftp_size(resource stream, string filename) |
|
Renvoie la taille du fichier ou -1 en cas d'erreur |
ftp_systype | PHP 3.0.13 |
string ftp_systype(resource stream) |
|
Renvoie l'identifiant du type de système |