Constructor HTML_Table::HTML_Table()

Constructor HTML_Table::HTML_Table() – コンストラクタ

Synopsis

require_once 'HTML/Table.php';

void HTML_Table::HTML_Table ( array $attributes = = null , integer $tabOffset=0 , boolean $useTGroups=false )

Description

クラスのコンストラクタです。

Parameter

  • array $attributes - table タグの属性の連想配列。

  • integer $tabOffset - テーブルの tab オフセット。

  • boolean $useTGroups - thead、tfoot および tbody のグループ分けを使用するかどうか。

Note

This function can not be called statically.