| Console_Table::getTable | Console_Table::setHeaders |
| Console_Table | |
| PEAR Manual | |
require_once 'Console/Table.php';
|
void Console_Table::insertRow (
array $row
, integer $row_id
)
Inserts a row after a given row number in the table. If $row_id is not given it will prepend the row.
The data to insert
Row number to insert before
No exceptions thrown.
This function can not be called statically.
| Console_Table::getTable | Console_Table::setHeaders |
| Console_Table | |
| PEAR Manual | |