void HTML_Table::altRowAttributes (
int $start
,
mixed $attributes1
,
mixed $attributes2
,
boolean $inTR
= = false
)
Alterne les attributs de ligne, en commençant à $start .
int $start - Index de la ligne où l'on commence à alterner
mixed $attributes1 - Tableau associatif ou chaîne de caractères d'attributs de ligne
mixed $attributes2 - Tableau associatif ou chaîne de caractères d'attrributs de ligne
boolean $inTR - FALSE, si les attributs doivent être appliqués aux balises td ; TRUE, si les attributs doivent être appliqués aux balises tr .
This function can not be called statically.