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_id
A result identifier, returned by ovrimos_execute() or ovrimos_exec().
result_array
You must provide an array by reference. It will be filled with the fetched values.
how
Determines how the rows are fetched. This can be one of the following strings (case is not significant):
rownumber
The row number, first one is 0. Only needed when
how
is set to Absolute.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
ovrimos_execute | Nahoru |