| HTML_Table::setAutoFill() | HTML_Table::setCellAttributes() |
| HTML_Table | |
| PEAR Manual | |
require_once 'HTML/Table.php';
|
void HTML_Table::setCaption (
string $caption
,
mixed $attributes = NULL
)
Sets the caption of a table. This does not refer to the <th> -tag. The <caption> -tag defines a headline for the whole table.
string $caption - the caption string
mixed $attributes - Associative array or string of caption attributes
This function can not be called statically.
| HTML_Table::setAutoFill() | HTML_Table::setCellAttributes() |
| HTML_Table | |
| PEAR Manual | |