require_once 'HTML/Table.php';
mixed HTML_Table::getCellContents (int $row, int $col [, int $body=0])
mixed HTML_Table::getCellContents
Returns the content of an existing cell
int $row - Row index
int $col - Column index
int $body - The number of the tbody group that should be used
mixed - the content of the specified cell
This function can not be called statically.