HTML_Table::setColType()

HTML_Table::setColType() -- 列の型を設定する

概要

require_once 'HTML/Table.php';

void HTML_Table::setColType (int $col, string $type [, int $body=NULL])

説明

列の型を 'th' あるいは 'td' のいずれかに設定します。

パラメータ

注意

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