ovrimos_fetch_into
Opis
bool ovrimos_fetch_into ( int result_id, array &result_array [, string how [, int rownumber]] )
Fetches a row from the given result set, into
result_array.
Parametry
result_idA result identifier, returned by ovrimos_execute() or ovrimos_exec().
result_arrayYou must provide an array by reference. It will be filled with the fetched values.
howDetermines how the rows are fetched. This can be one of the following strings (case is not significant):
rownumberThe row number, first one is 0. Only needed when
howis set to Absolute.
Przykłady
| Poprzedni | Spis treści | Następny |
| ovrimos_execute | Początek rozdziału |