HTML_Table::addCol

HTML_Table::addCol -- Add column

Synopsis

require_once 'HTML/Table.php';

int HTML_Table::addCol ([array $contents = NULL [, mixed $attributes = NULL [, string $type='TD']]])

Beschreibung

Adds a table column and returns the column identifier

Parameter

Rückgabewert

int - the identifier for the column

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

HTML_Table::addRow()