HTML_Table::addRow

HTML_Table::addRow -- Add row

概要

require_once "HTML/Table.php";

int HTML_Table::addRow ([array $contents = NULL [, mixed $attributes = NULL [, string $type='TD' [, boolean $inTR = FALSE]]]])

説明

Adds a table row and returns the row identifier

パラメータ

返り値

int - the row identifier

注意

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

参照

HTML_Table::addCol()