HTML_Table::HTML_Table
HTML_Table::HTML_Table -- Constructor
概要
require_once "HTML/Table.php"; |
void HTML_Table::HTML_Table ([array $attributes = NULL [, integer $tabOffset=0 [, boolean $useTGroups=false]]])
パラメータ
array $attributes -
Associative array of table tag attributes
integer $tabOffset -
Tab offset of the table
boolean $useTGroups -
Whether to use the thead, tfoot and tbody groups or not
注意
この関数は、スタティックにコールする
ことができます。