HTML_Table::setColCount

HTML_Table::setColCount -- Set number of columns

概要

require_once "HTML/Table.php";

void HTML_Table::setColCount (int $cols)

説明

Sets the number of columns in the table

パラメータ

注意

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

参照

HTML_Table::setRowCount()