HTML_Table::getRowCount

HTML_Table::getRowCount -- Return number of rows

Synopsis

require_once 'HTML/Table.php';

int HTML_Table::getRowCount ()

Beschreibung

Returns the number of rows in the table

Rückgabewert

int - number of rows

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Siehe auch

HTML_Table::getColCount()