void HTML_Table::altRowAttributes (
int $start
,
mixed $attributes1
,
mixed $attributes2
,
boolean $inTR
= = false
,
int $body
= = null
)
$start 以降の行属性を交互に入れ替えます。
int $start -
入れ替えを開始する行のインデックス。
mixed $attributes1 -
テーブルの行属性を表す連想配列あるいは文字列。
mixed $attributes2 -
テーブルの行属性を表す連想配列あるいは文字列。
boolean $inTR -
FALSE を指定すると、属性を
td タグに対して設定します。
TRUE を指定すると、属性を
tr タグに対して設定します。
int $body -
使用する tbody グループの番号。
NULL は、すべてのグループを使用することを表します。
This function can not be called statically.