HTML_Table::altRowAttributes()

HTML_Table::altRowAttributes() -- 行属性を交互に入れ替える

概要

require_once 'HTML/Table.php';

void HTML_Table::altRowAttributes (int $start, mixed $attributes1, mixed $attributes2 [, boolean $inTR = FALSE [, int $body=NULL]])

説明

$start 以降の行属性を交互に入れ替えます。

パラメータ

注意

この関数は、スタティックにコールする ことはできません。

参照

HTML_Table::setAllAttributes(), HTML_Table::updateAllAttributes(), HTML_Table::setColAttributes(), HTML_Table::updateColAttributes(), HTML_Table::setCellAttributes(), HTML_Table::updateCellAttributes(), HTML_Table::updateRowAttributes(), HTML_Table::setRowAttributes()