HTML_Table::addRow

HTML_Table::addRow -- Add row

Referentiesamenvatting

require_once 'HTML/Table.php';

int HTML_Table::addRow ([array $contents = NULL [, mixed $attributes = NULL [, string $type='TD' [, boolean $inTR = FALSE]]]])

Beschrijving

Adds a table row and returns the row identifier

Parameter

Return waarde

int - the row identifier

Note

Deze functie kan niet statisch worden aangeroepen.

Zie

HTML_Table::addCol()