sybase_fetch_assoc

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

Positions the internal pointer one row farther in the result set. A subsequent call to sybase_fetch_assoc() returns the next row in the result set, or FALSE if there are no more rows.

Syntax

array sybase_fetch_assoc(resource $result)

Parameters

Returns

On success, returns the next row in the result set.

FALSE – there were no more rows to be fetched.