require_once "HTML/Table.php";
mixed HTML_Table::getCellContents (int $row, int $col)
mixed HTML_Table::getCellContents
Returns the content of an existing cell
int $row - Row index
int $col - Column index
mixed - the content of the specified cell
This function can not be called statically.