HTML_Table::getBody() | HTML_Table::getCellContents() |
HTML_Table | |
PEAR Manual | |
require_once 'HTML/Table.php'; |
array HTML_Table::getCellAttributes (
int $row
,
int $col
,
int $body=0
)
Returns the attributes for a given cell
int $row - Row index
int $col - Column index
int $body - The number of the tbody group that should be used
array - the attributes of the specific cell
This function can not be called statically.
HTML_Table::getBody() | HTML_Table::getCellContents() |
HTML_Table | |
PEAR Manual | |