Description

setRowFunction(mixed $function, mixed $arguments = null, bool $overwrite = false)

Sets the row function to be executed for every row.

Parameters

mixed $function
The function to apply.
mixed $arguments = null
The arguments to pass to the function.
bool $overwrite = false
Should the result overwrite the current value?

Comment