Constructor HTML_Table::HTML_Table() HTML_Table::addCol()

HTML_Table

PEAR Manual


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.



Constructor HTML_Table::HTML_Table() HTML_Table::addCol()

HTML_Table

PEAR Manual