each | Retourne chaque paire clé/valeur d'un tableau - (PHP 4, PHP 5) ! OBSOLÈTE | (PHP 4, PHP 5, PHP 7)
|
|
|
ftp_chdir | Modifie le dossier FTP courant |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
ftp_connect | Ouvre une connexion FTP |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
ftp_dirsize | - |
PHP 5, PHP 7, PHP 8
|
|
|
ftp_login | Identification sur un serveur FTP |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
ftp_nlist | Retourne la liste des fichiers d'un dossier |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
ftp_pwd | Retourne le nom du dossier courant |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
ftp_size | Retourne la taille d'un fichier |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
func_get_args | Retourne les arguments d'une fonction sous la forme d'un tableau |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
func_num_args | Retourne le nombre d'arguments passés à la fonction |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
is_array | Détermine si une variable est un tableau |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
list | Transforme une liste de variables en tableau |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
preg_match | Expression rationnelle standard |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
return | Retourne le controle du programme au module appelant. |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|