each | Retourne chaque paire clé/valeur d'un tableau - (PHP 4, PHP 5) ! OBSOLÈTE | (PHP 4, PHP 5, PHP 7)
|
|
|
fclose | Ferme un fichier |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
file_exists | Vérifie si un fichier existe |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
fopen | Ouverture d'un fichier ou d'une URL |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
ftp_cdup | Change de dossier et passe au dossier parent |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
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_fget | Télécharge un fichier via FTP dans un fichier local |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
ftp_getdir | - |
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
|
|
|
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
|
|
|
is_resource | Détermine si une variable est une ressource |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
is_writable | Indique si un fichier est autorisé en écriture |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
list | Transforme une liste de variables en tableau |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
mkdir | Crée un dossier |
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
|
|
|