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

Beschreibung

Adds a table row and returns the row identifier

Parameter

Rückgabewert

int - the row identifier

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

HTML_Table::addCol()