HTML_Table::setRowType()

HTML_Table::setRowType() -- 行の型を設定する

概要

require_once 'HTML/Table.php';

void HTML_Table::setRowType (int $row, string $type [, int $body=0])

説明

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

パラメータ

注意

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

参照

HTML_Table::setColType()