Array

Get Babylon's Translation Software! Free Download Now!
Babylon 8 - Your all-in-one solution
Award winning translation software trusted by millions. Translate from any language to any language.
View Demo


BabylonEnglish French dictionaryTéléchargez ce dictionnaire
array
v. ranger, mettre en ordre; revêtir, parer
 
n. tableau; collection; habits d'apparat; rangée, choix (aviation); alignement, matrice, type de structuration de données (informatique)


Wikipédia FrançaisTéléchargez ce dictionnaire
Tableau (structure de données)
En informatique, un tableau (array en anglais) est une structure de données de base qui est un ensemble d'éléments (des variables ou autres entités contenant des données), auquel on a accès à travers un numéro d'index (ou indice).
Pour la suite, voir Wikipédia.org…

© Cet article se sert du contenu de Wikipédia® et est autorisé sous les termes de la Licence de Documentation libre GNU

Fonctions PHPTéléchargez ce dictionnaire
array
Syntaxe
array array(mixed ...)Description
Crée un tableau.Chapitre : Tableaux
Documentation officielle
 
array_count_values
Syntaxe
array array_count_values(array input)Description
Compte le nombre de valeurs dans un tableau.Chapitre : Tableaux
Documentation officielle
 
array_diff
Syntaxe
array array_diff(array array1,array array2,array ...)Description
Calcule la différence entre deux tableaux.Chapitre : Tableaux
Documentation officielle
 
array_flip
Syntaxe
array array_flip(array trans)Description
Remplace les clés par les valeurs, et les valeurs par les clés.Chapitre : Tableaux
Documentation officielle
 
array_intersect
Syntaxe
array array_intersect(array array1,array array2,array ...)Description
Calcule l'intersection de tableaux.Chapitre : Tableaux
Documentation officielle
 
array_keys
Syntaxe
array array_keys(array input,mixed search_value )Description
Retourne toutes les clés d'un tableau.Chapitre : Tableaux
Documentation officielle
 
array_merge
Syntaxe
array array_merge(array array1,array array2, ...)Description
Rassemble plusieurs tableaux.Chapitre : Tableaux
Documentation officielle
 
array_merge_recursive
Syntaxe
array array_merge_recursive(array array1,array array2,array ...)Description
Combine plusieurs tableaux ensemble, récursivement.Chapitre : Tableaux
Documentation officielle
 
array_multisort
Syntaxe
bool array_multisort(array ar1,mixed arg,mixed ...,array ...)Description
Tri multi-dimensionnel.Chapitre : Tableaux
Documentation officielle
 
array_pad
Syntaxe
array array_pad(array input,int pad_size,mixed pad_value)Description
Complète un tableau jusqu'à la longueur spécifiée, avec une valeur.Chapitre : Tableaux
Documentation officielle
 
array_pop
Syntaxe
mixed array_pop(array array)Description
Dépile un élément de la fin d'un tableau.Chapitre : Tableaux
Documentation officielle
 
array_push
Syntaxe
int array_push(array array,mixed var, ...)Description
Empile un ou plusieurs éléments à la fin d'un tableau.Chapitre : Tableaux
Documentation officielle
 
array_rand
Syntaxe
mixed array_rand(array input,int num_req)Description
Prend une ou plusieurs valeurs, au hasard dans un tableau.Chapitre : Tableaux
Documentation officielle
 
array_reverse
Syntaxe
array array_reverse(array array,bool preserve_keys)Description
Retourne un tableau dont les éléments sont classés en sens inverse.Chapitre : Tableaux
Documentation officielle
 
array_search
Syntaxe
mixed array_search(mixed needle,array haystack,bool strict)Description
Recherche dans un tableau la clé associée à une valeur.Chapitre : Tableaux
Documentation officielle
 
array_shift
Syntaxe
mixed array_shift(array array)Description
Dépile un élément au début d'un tableau.Chapitre : Tableaux
Documentation officielle
 
array_slice
Syntaxe
array array_slice(array array,int offset,int length )Description
Extrait une portion de tableau.Chapitre : Tableaux
Documentation officielle
 
array_splice
Syntaxe
array array_splice(array input,int offset,int length,array replacement )Description
Efface et remplace une portion de tableau.Chapitre : Tableaux
Documentation officielle
 
array_sum
Syntaxe
mixed array_sum(array arr)Description
Calcule la somme des valeurs du tableau.Chapitre : Tableaux
Documentation officielle
 
array_unique
Syntaxe
array array_unique(array array)Description
Dédoublonne un tableau.Chapitre : Tableaux
Documentation officielle
 
array_unshift
Syntaxe
int array_unshift(array array,mixed var, ... )Description
Empile un ou plusieurs éléments au début d'un tableau.Chapitre : Tableaux
Documentation officielle
 
array_values
Syntaxe
array array_values(array input)Description
Retourne les valeurs d'un tableau.Chapitre : Tableaux
Documentation officielle
 
array_walk
Syntaxe
int array_walk(array arr,string func,mixed userdata)Description
Exécute une fonction sur chacun des membres d'un tableau.Chapitre : Tableaux
Documentation officielle
 
call_user_func_array
Syntaxe
mixed call_user_func_array(string function_name,array paramarr)Description
Appelle une fonction utilisateur avec les paramètres rassemblés en tableau.Chapitre : Fonctions
Documentation officielle
 
call_user_method_array
Syntaxe
mixed call_user_method_array(string method_name,object obj,array paramarr)Description
Appelle une méthode utilisateur avec un tableau de paramètres.Chapitre : Objets
Documentation officielle
 
in_array
Syntaxe
bool in_array(mixed needle,array haystack,bool strict)Description
Indique si une valeur appartient à un tableau.Chapitre : Tableaux
Documentation officielle
 
ingres_fetch_array
Syntaxe
array ingres_fetch_array(int result_type,resource link)Description
Récupére une ligne de résultat dans un tableau.Chapitre : Ingres II
Documentation officielle
 
is_array
Syntaxe
bool is_array(mixed var)Description
Détermine si une variable est un tableau.Chapitre : Variables
Documentation officielle
 
msql_fetch_array
Syntaxe
int msql_fetch_array(resource query_identifier,int result_type)Description
Lit une ligne sous la forme d'un tableau.Chapitre : mSQL
Documentation officielle
 
mssql_fetch_array
Syntaxe
int mssql_fetch_array(resource result)Description
Lit une ligne dans un tableau.Chapitre : Microsoft SQL Serveur
Documentation officielle
 
mysql_fetch_array
Syntaxe
array mysql_fetch_array(resource result_identifier,int result_type )Description
Retourne une ligne de résultat sous la forme d'un tableau associatif.Chapitre : MySQL
Documentation officielle
 
pg_fetch_array
Syntaxe
array pg_fetch_array(resource result,int row,int result_type)Description
Lit une ligne dans un tableau.Chapitre : PostgreSQL
Documentation officielle
 
sesam_fetch_array
Syntaxe
array sesam_fetch_array(string result_id,int whence,int offset)Description
Lit une ligne dans un tableau associatif.Chapitre : SESAM
Documentation officielle
 
sesam_field_array
Syntaxe
array sesam_field_array(string result_id)Description
Retourne des informations sur une colonne.Chapitre : SESAM
Documentation officielle
 
sybase_fetch_array
Syntaxe
array sybase_fetch_array(resource result)Description
Retourne une ligne sous la forme d'un tableau.Chapitre : Sybase
Documentation officielle

The best Glossary by Kelkouli RédhaTéléchargez ce dictionnaire
array
array1 [B'reN] n
(a)(display) étalage m;
a bewildering array of salads, une profusion stupéfiante de salades;
an imposing array of tools, un imposant déploiement d'outils;
(b)Mil rangs mpl;
in close array, en rangs serrés;
in battle array, en ordre de bataille;
(c)Math rangée f, tableau m (de chiffres);
(d)Lit parure f, appareil m;
in rich array, paré de ses plus beaux atours.

array2 vt
(a)disposer, déployer (des troupes etc) (en ordre de bataille);
(b)Lit revêtir, orner, parer (someone in something, quelqu'un, de quelque chose).

Statistiques (Anglais => Français)Téléchargez ce dictionnaire
array
tableau

Décrivez Array

Définition de Array





Array en Chinois | | Array en Anglais | Array en Italien | Array en Espagnol | Array en Néerlandais | Array en Portugais | Array en Allemand | Array en Russe | Array en Japonais | Array en Greek | Array en Korean | Array en Turc | Array en Hébreu | Array en Arabic | Array en Croate | Array en Serbian | Array en Suédois