HTML_Table::setAutoGrow() | HTML_Table::setCaption() |
HTML_Table | |
PEAR Manual | |
require_once 'HTML/Table.php'; |
void HTML_Table::setAutoFill (
mixed $fill
,
int $body=NULL
)
The autoFill value will be insert into every cell not filled.
mixed $fill - standard value for empty cells
int $body - The number of the tbody group that should be used. NULL indicates that all groups should be used.
This function can not be called statically.
HTML_Table::setAutoGrow() | HTML_Table::setCaption() |
HTML_Table | |
PEAR Manual | |