array Crée un tableau
PHP 4, PHP 5, PHP 7, PHP 8
array_push Empile un ou plusieurs éléments à la fin d'un tableau
PHP 4, PHP 5, PHP 7, PHP 8
array_unique Dédoublonne un tableau - (PHP 4 >= 4.0.1, PHP 5, PHP 7)
PHP 4, PHP 5, PHP 7, PHP 8
count Compte le nombre d'éléments d'un tableau ou le nombre de propriétés d'un objet
PHP 4, PHP 5, PHP 7, PHP 8
echo Affiche une chaîne de caractères
PHP 4, PHP 5, PHP 7, PHP 8
ereg Expression rationnelle standard - (PHP 4, PHP 5) ! OBSOLÈTE (PHP 4, PHP 5)
eregi_replace Remplacement par expression rationnelle insensible à la casse - (PHP 4, PHP 5) ! OBSOLÈTE (PHP 4, PHP 5)
ereg_replace Remplacement par expression rationnelle - (PHP 4, PHP 5) ! OBSOLÈTE (PHP 4, PHP 5)
exec Exécute un programme externe
PHP 4, PHP 5, PHP 7, PHP 8
explode Coupe une chaîne en segments
PHP 4, PHP 5, PHP 7, PHP 8
feof Teste la fin du fichier
PHP 4, PHP 5, PHP 7, PHP 8
fgets Renvoie la ligne courante sur laquelle se trouve le pointeur du fichier
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
print Affiche une chaîne de caractères
PHP 4, PHP 5, PHP 7, PHP 8
trim Supprime les espaces (ou d'autres caractères) en début et fin de chaîne
PHP 4, PHP 5, PHP 7, PHP 8