| Console_Table::addData | Console_Table::getTable |
| Console_Table | |
| PEAR Manual | |
require_once 'Console/Table.php';
|
void Console_Table::addRow (
array $row
, array $append = TRUE
)
Adds a row to the table
The row data to add
Whether to append or prepend the row
No exceptions thrown.
This function can not be called statically.
| Console_Table::addData | Console_Table::getTable |
| Console_Table | |
| PEAR Manual | |