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_data_seek(3) - php
fbsql_fetch_object(3) - php
fbsql_fetch_row(3) - php
mssql_fetch_row(3) - php
mysql_fetch_row(3) - php
Similar Topics in the Unix Linux Community
Insert rows with computations of next row
Print row if value in column 1 is the first occurence
how to delete duplicate rows based on last column
Egrep find word that occurs twice in a row
Count number of unique values in each column of array