| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
ovrimos_fetch_into
Popis
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.
Seznam parametrů
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.
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| ovrimos_execute | Nahoru |