HTML_Table::addCol

HTML_Table::addCol -- Ajoute une colonne

Synopsis

require_once 'HTML/Table.php';

int HTML_Table::addCol ([array $contents = NULL [, mixed $attributes = NULL [, string $type='TD']]])

Description

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

Paramètres

Valeur retournée

int - l'identifiant pour la colonne

Note

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

Voir aussi

HTML_Table::addRow()