HTML_Table::getRowAttributes()

HTML_Table::getRowAttributes() -- 行の属性を返す

概要

require_once 'HTML/Table.php';

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

説明

tr タグに含まれる、 指定した行の属性を返します。

パラメータ

返り値

array - 行の属性を返します。

注意

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