HTML_Table::getBody()

HTML_Table::getBody() – tbody グループに対応するテーブルオブジェクトを返す

Synopsis

require_once 'HTML/Table.php';

mixed HTML_Table::getBody ( int $body=0 )

Description

tbody グループに対応するテーブルオブジェクトを返します。

Parameter

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

Return value

object - tbody グループに対応するテーブルオブジェクトを返します。

Note

This function can not be called statically.