require_once 'HTML/Table.php';
array HTML_Table::getCellAttributes (int $row, int $col [, int $body=0])
array HTML_Table::getCellAttributes
指定したセルの属性を返します。
int $row - 行インデックス。
int $col - 列インデックス。
int $body - 使用する tbody グループの番号。
array - 指定したセルの属性を返します。
この関数は、スタティックにコールする ことはできません。
HTML_Table::getRowAttributes()