HTML_Table::getAutoFill() | HTML_Table::getBody() |
HTML_Table | |
PEAR Manual | |
require_once 'HTML/Table.php'; |
boolean HTML_Table::getAutoGrow (
int $body=0
)
Returns the value of the autoGrow flag. If a value into an cell, which not exists, HTML_Table will automatically add a necessary row or column, if the flag is TRUE.
int $body - The number of the tbody group that should be used
boolean - the flag state
This function can not be called statically.
HTML_Table::getAutoFill() | HTML_Table::getBody() |
HTML_Table | |
PEAR Manual | |