Method __builtin.Sql.Result()->set_result_array_callback()


Method set_result_array_callback

void set_result_array_callback(function(this_program, array(array(mixed)), __unknown__ ... :void) callback, mixed ... args)

Description

Sets up a callback for sets of rows returned from the database. First argument passed is the resultobject itself, second argument is the array of result rows (zero on EOF).

See also

fetch_row_array(), set_result_callback()