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

Description

Adds a table column and returns the column identifier

Parameter

Return value

int - the identifier for the column

Note

This function can not be called statically

See

HTML_Table::addRow()