mixed HTML_Table::getCellContents (
int $row
,
int $col
,
int $body=0
)
指定したセルの内容を返します。
int $row -
行インデックス。
int $col -
列インデックス。
int $body -
使用する tbody グループの番号。
mixed - 指定したセルの内容を返します。
This function can not be called statically.