HTML_Table::setCaption
HTML_Table::setCaption -- Set table caption
概要
require_once "HTML/Table.php"; |
void HTML_Table::setCaption (string $caption [, mixed $attributes = NULL])
説明
Sets the caption of a table. This does not refer to the
<th>-tag. The
<caption>-tag defines a headline for the
whole table.
注意
この関数は、スタティックにコールする
ことはできません。