Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18820 программистов и 1632 робота. Сейчас ищут 1783 программиста ...
HTML_Table::getHeader()
Вернуться к: HTML_Table
HTML_Table::getHeader()
HTML_Table::getHeader() – Return the table object for the thead group
Synopsis
require_once 'HTML/Table.php';
mixed HTML_Table::getHeader ( )
Returns the table object for the thead group
If the usage of the thead, tfoot and tbody groups was not activated via the third parameter of the constructor, the grouping will be activated automatically when calling this function.
Return value
object - the table object for the thead group
Note
This function can not be called statically.
Вернуться к: HTML_Table