HTML_Table::setColType
HTML_Table::setColType -- Set column type
概要
require_once "HTML/Table.php"; |
void HTML_Table::setColType (int $col, string $type)
説明
Sets the type of a column to 'th'
or 'td'
パラメータ
int $col -
Column index
string $type -
th or td
注意
この関数は、スタティックにコールする
ことはできません。