Notice : Undefined variable: index : in /ref/index.php on line 13
Warning : Cannot modify header information - headers already sent by (output started at /core.php:20) : in /header.php on line 34
Warning : Cannot modify header information - headers already sent by (output started at /core.php:20) : in /header.php on line 35
Méthode push -- Le Coin Web de QuentinC

Vous êtes ici : Accueil > Référence HTML et JavaScript > Objet Array > Méthode push

Méthode push

Description

Ajoute des éléments à la fin du tableau.

Syntaxe

void push (Object obj1, [Object obj2, ... ])

Paramètres

  • Object obj : L'objet à ajouter à la fin du tableau.

Remarque : Vous pouvez passer autant de paramètres que vous voulez.

Voir aussi

concat, pop, shift, unshift.

Vous êtes ici : Accueil > Référence HTML et JavaScript > Objet Array > Méthode push

Dernière modification de cette page : Lundi 3 octobre 2005 17:20
Haut de page  •  Contact  •  RSS  •  Valide XHTML 1.0