void HTML_Table::setHeaderContents (
int $row
,
int $col
,
mixed $contents
,
int $body=0
)
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.