Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17101 программист и 1835 роботов. Сейчас ищут 1514 программистов ...
Constructor HTML_Table::HTML_Table()
Вернуться к: HTML_Table
Constructor HTML_Table::HTML_Table()
Constructor HTML_Table::HTML_Table() – Constructor
Synopsis
require_once 'HTML/Table.php';
void HTML_Table::HTML_Table ( array $attributes = null , integer $tabOffset=0 , boolean $useTGroups = false )
Class constructor
Parameter
-
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
Note
This function can not be called statically.
Вернуться к: HTML_Table