HTML_Table::addRow

HTML_Table::addRow -- Ajoute une ligne

Synopsis

require_once "HTML/Table.php";

int HTML_Table::addRow ([array $contents = NULL [, mixed $attributes = NULL [, string $type='TD' [, boolean $inTR = FALSE]]]])

Description

Ajoute une ligne au tableau et retourne son identifiant de ligne.

Paramètres

Valeur retournée

int - the row identifier

Note

Cette fonction ne peut pas être appelée de façon statique.

Voir aussi

HTML_Table::addCol()