| file_exists | Vérifie si un fichier existe |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| getimagesize | Retourne la taille d'une image |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagecolorset | Change la couleur dans une palette à l'index donné |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagecolorsforindex | Retourne la couleur associée à un index |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagecolorstotal | Calcule le nombre de couleurs d'une palette |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagecreatefromgif | Crée une nouvelle image à partir d'un fichier ou d'une URL |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagecreatefromjpeg | Crée une nouvelle image à partir d'un fichier ou d'une URL |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagecreatefrompng | Crée une nouvelle image à partir d'un fichier ou d'une URL |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagecreatefromwbmp | Crée une nouvelle image à partir d'un fichier ou d'une URL - (PHP 4 >= 4.0.1, PHP 5, PHP 7) |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagegif | Envoie une image GIF vers un navigateur ou un fichier |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagejpeg | Envoie une image JPEG vers un navigateur ou un fichier |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagepng | Envoie une image PNG vers un navigateur ou un fichier |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagetypes | Retourne les types d'images supportés par la version courante de PHP - (PHP 4 >= 4.0.2, PHP 5, PHP 7) |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| imagewbmp | Affiche une image WBMP - (PHP 4 >= 4.0.1, PHP 5, PHP 7) |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| in_array | Indique si une valeur appartient à un tableau |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| preg_match | Expression rationnelle standard |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| preg_split | Éclate une chaîne par expression rationnelle |
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
|
|
|
|
| strtolower | Renvoie une chaîne en minuscules |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|
| strtoupper | Renvoie une chaîne en majuscules |
PHP 4, PHP 5, PHP 7, PHP 8
|
|
|
|