Constructor HTML_Table::HTML_Table() | HTML_Table::addCol() |
HTML_Table | |
PEAR Manual | |
require_once 'HTML/Table.php'; |
int HTML_Table::addBody (
array $attributes = NULL
)
Adds a new body to the table and returns the body identifier
array $attributes - Associative array of tbody tag attributes
int - the body identifier
This function can not be called statically.
Constructor HTML_Table::HTML_Table() | HTML_Table::addCol() |
HTML_Table | |
PEAR Manual | |