HTML_Table::getCellContents()

HTML_Table::getCellContents() – セルの内容を返す

Synopsis

require_once 'HTML/Table.php';

mixed HTML_Table::getCellContents ( int $row , int $col , int $body=0 )

Description

指定したセルの内容を返します。

Parameter

  • int $row - 行インデックス。

  • int $col - 列インデックス。

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

Return value

mixed - 指定したセルの内容を返します。

Note

This function can not be called statically.