HTML_Table::setCaption

HTML_Table::setCaption -- Set table caption

Synopsis

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.

Параметр

Заметка

Эта функция не должна вызываться статически.