HTML_Table::getCellAttributes()

HTML_Table::getCellAttributes() -- セルの属性を返す

概要

require_once 'HTML/Table.php';

array HTML_Table::getCellAttributes (int $row, int $col [, int $body=0])

説明

指定したセルの属性を返します。

パラメータ

返り値

array - 指定したセルの属性を返します。

注意

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

参照

HTML_Table::getRowAttributes()