void HTML_Table::setHeaderContents (
int $row
,
int $col
,
mixed $contents
,
int $body=0
)
特定のセルを見出しセルとして指定し、その内容を設定します。
int $row -
行インデックス。
int $col -
列インデックス。
mixed $contents -
セルの内容。
int $body -
使用する tbody グループの番号。
This function can not be called statically.