previousConsole_Table::addCol (Previous) (Next) Console_Table::addRownext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Console_Table::addData

Console_Table::addData() – テーブルにデータを加えます。

Synopsis

require_once 'Console/Table.php';

void Console_Table::addData ( array $data , integer $col_id , integer $row_id )

Description

テーブルにデータを加えます。 加えるためには引数にデータを含む2次元配列である必要があります。

Parameter

array $data

テーブルに加えるデータ

integer $col_id

任意に始まるカラムのID

integer $row_id

任意に始まる列のID

Throws

No exceptions thrown.

Note

This function can not be called statically.

previousConsole_Table::addCol (Previous) (Next) Console_Table::addRownext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.