HTML_Table::updateCellAttributes()

HTML_Table::updateCellAttributes() -- セルの属性を更新する

概要

require_once 'HTML/Table.php';

void HTML_Table::updateCellAttributes (int $row, int $col, mixed $attributes [, int $body=0])

説明

セルの属性を更新します。ただし、渡された属性以外の既存の属性はそのまま残します。

パラメータ

注意

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