Console_Table::addRow()
Console_Table::addRow() -- テーブルに列を加えます。
概要
require_once 'Console/Table.php'; |
void Console_Table::addRow (array $row [, array $append = TRUE])
パラメータ
- array
$append
Whether to append or prepend the row
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。