HTML_Table::getCellAttributes

HTML_Table::getCellAttributes -- Return cell attributes

概要

require_once "HTML/Table.php";

array HTML_Table::getCellAttributes (int $row, int $col)

説明

Returns the attributes for a given cell

パラメータ

返り値

array - the attributes of the specific cell

注意

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

参照

HTML_Table::getRowAttributes()