HTML_Table::addRow

HTML_Table::addRow

HTML_Table::addRow -- Add row

Synopsis

require_once 'HTML/Table.php';

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

Description

Adds a table row and returns the row identifier

Parameter

Return value

int - the row identifier

Note

This function can not be called statically.

See

HTML_Table::addCol()