HTML_Table::getRowCount()

HTML_Table::getRowCount() – 行の数を返す

Synopsis

require_once 'HTML/Table.php';

int HTML_Table::getRowCount ( int $body=0 )

Description

テーブル内の行の数を返します。

Parameter

  • int $body - 使用する tbody グループの番号。

Return value

int - 行の数を返します。

Note

This function can not be called statically.