require_once "HTML/Table.php";
void HTML_Table::setRowType (int $row, string $type)
void HTML_Table::setRowType
Sets the type of a row to 'th' or 'td'
'th'
'td'
int $row - Row index
int $row
string $type - 'th' or 'td'
string $type
この関数は、スタティックにコールする ことはできません。
HTML_Table::setColType()