HTML_Table::getRowAttributes

HTML_Table::getRowAttributes -- Return row attributes

概要

require_once "HTML/Table.php";

array HTML_Table::getRowAttributes (int $row)

説明

Returns the attributes for a given row as contained in the tr tag

パラメータ

返り値

array - the attributes of the row

注意

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