void HTML_Table::setCaption (
string $caption
,
mixed $attributes
= = null
)
テーブルの見出しを設定します。「見出し」とは
<th> タグのことではありません。
<caption> タグによって、
テーブル全体についての見出しを定義します。
string $caption -
見出し文字列。
mixed $attributes -
見出しの属性を表す連想配列あるいは文字列。
This function can not be called statically.