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()