Console_Table::insertRow()

Console_Table::insertRow() -- 与えられた列番号の後ろに列をテーブルに挿入します。

概要

require_once 'Console/Table.php';

void Console_Table::insertRow (array $row [, integer $row_id])

説明

与えられた列番号の後ろに列をテーブルに挿入します。 If $row_id is not given it will prepend the row.

パラメータ

array $row

挿入するデータ

integer $row_id

Row number to insert before

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。