Query: fbsql_fetch_row
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FBSQL_FETCH_ROW(3) 1 FBSQL_FETCH_ROW(3) fbsql_fetch_row - Get a result row as an enumerated arraySYNOPSISarray fbsql_fetch_row (resource $result)DESCRIPTIONfbsql_fetch_row(3) fetches one row of data from the result associated with the specified result identifier. Subsequent call to fbsql_fetch_row(3) would return the next row in the result set, or FALSE if there are no more rows.PARAMETERSo $ result -A result identifier returned by fbsql_query(3) or fbsql_db_query(3).RETURN VALUESReturns an array that corresponds to the fetched row where each result column is stored in an offset, starting at offset 0, or FALSE if there are no more rows.SEE ALSOfbsql_fetch_array(3), fbsql_fetch_assoc(3), fbsql_fetch_object(3), fbsql_data_seek(3), fbsql_fetch_lengths(3), fbsql_result(3). PHP Documentation Group FBSQL_FETCH_ROW(3)