HTML_Table::setColAttributes()

HTML_Table::setColAttributes() -- 列の属性を設定する

概要

require_once 'HTML/Table.php';

void HTML_Table::setColAttributes (int $col [, mixed $attributes = NULL [, int $body=NULL]])

説明

既存の列の属性を設定します。

パラメータ

注意

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

参照

HTML_Table::setRowAttributes()