Console_Table::addCol

Console_Table::addCol() – テーブルにカラムを加えます。

Synopsis

require_once 'Console/Table.php';

void Console_Table::addCol ( array $col_data , integer $col_id , integer $row_id )

Description

テーブルにカラムを加えます。

Parameter

array $col_data

カラムデータ。 数値または連想配列となります。

integer $col_id

配置するカラムインデックス

integer $row_id

ゼロ以外から列を始める場合、ここに指定

Throws

No exceptions thrown.

Note

This function can not be called statically.