HTML_Table::getColCount

HTML_Table::getColCount -- Return numbers of column

Synopsis

require_once 'HTML/Table.php';

int HTML_Table::getColCount ()

Beschreibung

Returns the number of columns in the table

Rückgabewert

int - number of columns

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

HTML_Table::getRowCount()