PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

HTML_Table::setCaption() | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

HTML_Table::setCaption()

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

Synopsis

require_once 'HTML/Table.php';

void HTML_Table::setCaption ( string $caption , mixed $attributes = = null )

Description

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

Parameter

  • string $caption - 見出し文字列。

  • mixed $attributes - 見出しの属性を表す連想配列あるいは文字列。

Note

This function can not be called statically.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「HTML_Table::setCaption()」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | HTML_Table::setCaption()」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: