HTML_Table::setCaption()

HTML_Table::setCaption() -- テーブルの見出しを設定する

概要

require_once 'HTML/Table.php';

void HTML_Table::setCaption (string $caption [, mixed $attributes = NULL])

説明

テーブルの見出しを設定します。「見出し」とは <th> タグのことではありません。 <caption> タグによって、 テーブル全体についての見出しを定義します。

パラメータ

注意

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