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

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

  

HTML_Table::altRowAttributes()

HTML_Table::altRowAttributes() – 行属性を交互に入れ替える

Synopsis

require_once 'HTML/Table.php';

void HTML_Table::altRowAttributes ( int $start , mixed $attributes1 , mixed $attributes2 , boolean $inTR = = false , int $body = = null )

Description

$start 以降の行属性を交互に入れ替えます。

Parameter

  • int $start - 入れ替えを開始する行のインデックス。

  • mixed $attributes1 - テーブルの行属性を表す連想配列あるいは文字列。

  • mixed $attributes2 - テーブルの行属性を表す連想配列あるいは文字列。

  • boolean $inTR - FALSE を指定すると、属性を td タグに対して設定します。 TRUE を指定すると、属性を tr タグに対して設定します。

  • int $body - 使用する tbody グループの番号。 NULL は、すべてのグループを使用することを表します。

Note

This function can not be called statically.

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

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