HTML_Table::getCellAttributes()

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

Synopsis

require_once 'HTML/Table.php';

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

Description

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

Parameter

  • int $row - 行インデックス。

  • int $col - 列インデックス。

  • int $body - 使用する tbody グループの番号。

Return value

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

Note

This function can not be called statically.