HTML_Table::getCellAttributes() | HTML_Table::getColCount() |
HTML_Table | |
PEAR Manual | |
require_once 'HTML/Table.php'; |
mixed HTML_Table::getCellContents (
int $row
,
int $col
,
int $body=0
)
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.
HTML_Table::getCellAttributes() | HTML_Table::getColCount() |
HTML_Table | |
PEAR Manual | |