require_once 'HTML/Table.php';
void HTML_Table::setHeaderContents (int $row, int $col, mixed $contents [, int $body=0])
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
int $body - The number of the tbody group that should be used
This function can not be called statically.
HTML_Table::setCellContent()