HTML_Table::getRowCount

HTML_Table::getRowCount -- Return number of rows

概要

require_once "HTML/Table.php";

int HTML_Table::getRowCount ()

説明

Returns the number of rows in the table

返り値

int - number of rows

注意

この関数は、スタティックにコールする ことはできません。

参照

HTML_Table::getColCount()