HTML_Table::getColCount

HTML_Table::getColCount -- Return numbers of column

概要

require_once "HTML/Table.php";

int HTML_Table::getColCount ()

説明

Returns the number of columns in the table

返り値

int - number of columns

注意

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

参照

HTML_Table::getRowCount()