sasql_fetch_object

Prototype
object sasql_fetch_object( sasql_result $result  )
Description

Fetches one row from the result set as an object.

Parameters

$result   The result resource returned by the sasql_query function.

Returns

An object representing the fetched row in the result set where each property name matches one of the result set column names, or FALSE if there are no more rows in result set.

Related functions