require_once 'HTML/Table.php';
void HTML_Table::setCaption (string $caption [, mixed $attributes = NULL])
void HTML_Table::setCaption
テーブルの見出しを設定します。「見出し」とは <th> タグのことではありません。 <caption> タグによって、 テーブル全体についての見出しを定義します。
string $caption - 見出し文字列。
mixed $attributes - 見出しの属性を表す連想配列あるいは文字列。
この関数は、スタティックにコールする ことはできません。