HTML_Table::setRowAttributes()

HTML_Table::setRowAttributes() -- 行の属性を設定する

概要

require_once 'HTML/Table.php';

void HTML_Table::setRowAttributes (int $row, mixed $attributes [, boolean $inTR = FALSE [, int $body=0]])

説明

既存の行の属性を設定します。

パラメータ

例外・エラー

表 47-1PEAR_Error の値

エラーコードエラーメッセージ意味対応
  " Invalid table row reference [$row] " $row が存在しませんautoGrow 機能を有効にします
  " Invalid table column reference [$column] " $column が存在しませんautoGrow 機能を有効にします

注意

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

参照

HTML_Table::setColAttributes()