previousConstructor HTML_Table::HTML_Table() (Previous) (Next) HTML_Table::addCol()next

View this page in Last updated: Tue, 02 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_Table::addBody()

HTML_Table::addBody() – Add body

Synopsis

require_once 'HTML/Table.php';

int HTML_Table::addBody ( array $attributes = null )

Description

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.

previousConstructor HTML_Table::HTML_Table() (Previous) (Next) HTML_Table::addCol()next

Download Documentation Last updated: Tue, 02 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.