|
|
(Next) HTML_Table::addRow |
||||
| |
|||||
|
|||||
int HTML_Table::addCol (
array $contents
= = null
,
mixed $attributes
= = null
,
string $type='TD'
)
Ajoute une colonne au tableau et retourne son identifiant de colonne.
array $contents - Doit être un tableau indexé de contenus de cellules valides
mixed $attributes - Tableau associatif ou chaîne de caractères d'attributs de ligne
string $type - Type de cellule, soit 'th' , soit 'td'
int - l'identifiant pour la colonne
This function can not be called statically.
|
|
(Next) HTML_Table::addRow |
||||||||
| |
|||||||||
|
|||||||||