sybase_fetch_row

Fetches one row of data from the result set associated with the specified result identifier in a numerical array.

It positions the internal pointer one row farther in the result set.

A subsequent call to sybase_fetch_row() returns the next row in the result set, or FALSE if there are no more rows.

Syntax

array sybase_fetch_row(resource $result)

Parameters

Returns

Numerical array (starting at 0) – identical to sybase_fetch_array($result, SYB_FETCH_NUM)

FALSE – there are no more rows to be fetched.