HTML_Table::addCol

HTML_Table::addCol -- Add column

Referentiesamenvatting

require_once 'HTML/Table.php';

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

Beschrijving

Adds a table column and returns the column identifier

Parameter

Return waarde

int - the identifier for the column

Note

Deze functie kan niet statisch worden aangeroepen.

Zie

HTML_Table::addRow()