sybase_fetch_row()
sybase_fetch_row - Get a result row as an enumerated array
Syntax
array sybase_fetch_row (
resource $result)
Arguments
Description
sybase_fetch_row() fetches one row of data from the result associated with the specified result identifier.
Version
PHP 4, 5
Return value
Returns an array that corresponds to the fetched row, or FALSE if there are no more rows. Each result column is stored in an array offset, starting at offset 0.