Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17177 программистов и 1838 роботов. Сейчас ищет 1551 программист ...
HTML_Table::addBody()
Вернуться к: HTML_Table
HTML_Table::addBody()
HTML_Table::addBody() – Add body
Synopsis
require_once 'HTML/Table.php';
int HTML_Table::addBody ( array $attributes = null )
Adds a new body to the table and returns the body identifier
Parameter
-
array $attributes - Associative array of tbody tag attributes
Return value
int - the body identifier
Note
This function can not be called statically.
Вернуться к: HTML_Table