[Top]
ADT
ADT.Table
ADT.Table.table
|
Method ADT.Table.table()->map()
- Method
map
object map(function f, array(int|string)|int|string columns, mixed ... args)
- Description
This method calls the function f for all rows in the table.
The value returned will replace the values in the columns given
as argument to map. If the function returns an array, several
columns will be replaced. Otherwise the first column will be
replaced. The result will be returned as a new table object.
|