php man page for fbsql_fetch_row

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 array

SYNOPSIS
array fbsql_fetch_row (resource $result)
DESCRIPTION
fbsql_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.
PARAMETERS
o $ result -A result identifier returned by fbsql_query(3) or fbsql_db_query(3).
RETURN VALUES
Returns 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 ALSO
fbsql_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)
Related Man Pages
fbsql_fetch_array(3) - php
fbsql_next_result(3) - php
fbsql_set_lob_mode(3) - php
ingres_fetch_row(3) - php
sybase_fetch_row(3) - php
Similar Topics in the Unix Linux Community
Merging of rows
Duplicate rows in CSV files based on values
extract particular lines from text file
How to delete a row in a file
Egrep find word that occurs twice in a row