HTML_Table::setHeaderContents

HTML_Table::setHeaderContents -- Set content of header cell

概要

require_once "HTML/Table.php";

void HTML_Table::setHeaderContents (int $row, int $col, mixed $contents)

説明

Defines the specified cell as a header cell and sets the content

パラメータ

注意

この関数は、スタティックにコールする ことはできません。

参照

HTML_Table::setCellContent()