sqlite_current() is identical to sqlite_fetch_array() except that it does not advance to the next row prior to returning the data; it returns the data from the current position only.
If the current position is beyond the final row, this function returns FALSE
Замечание: This function will not work on unbuffered result handles.
See also sqlite_seek(), sqlite_next(), and sqlite_fetch_array().
Пред. | Начало | След. |
sqlite_create_function | Уровень выше | sqlite_error_string |
HIVE: All information for read only. Please respect copyright! |