require_once 'HTML/Table.php';
void HTML_Table::altRowAttributes (int $start, mixed $attributes1, mixed $attributes2 [, boolean $inTR = FALSE])
void HTML_Table::altRowAttributes
$start 以降の行属性を交互に入れ替えます。
int $start - 入れ替えを開始する行のインデックス。
mixed $attributes1 - テーブルの行属性を表す連想配列あるいは文字列。
mixed $attributes2 - テーブルの行属性を表す連想配列あるいは文字列。
boolean $inTR - FALSE を指定すると、属性を td タグに対して設定します。 TRUE を指定すると、属性を tr タグに対して設定します。
この関数は、スタティックにコールする ことはできません。
HTML_Table::setAllAttributes() , HTML_Table::updateAllAttributes() , HTML_Table::setColAttributes() , HTML_Table::updateColAttributes() , HTML_Table::setCellAttributes() , HTML_Table::updateCellAttributes() , HTML_Table::updateRowAttributes() , HTML_Table::setRowAttributes()
レンタルサーバー
SNS