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
パラメータ
int $row -
Row index
int $col -
Column index
返り値
array -
the attributes of the specific cell
注意
この関数は、スタティックにコールする
ことはできません。