require_once "HTML/Table.php";
void HTML_Table::setHeaderContents (int $row, int $col, mixed $contents)
void HTML_Table::setHeaderContents
Defines the specified cell as a header cell and sets the content
int $row - row index
int $col - column index
mixed $contents - cell content
This function can not be called statically.
HTML_Table::setCellContent()