sybase_fetch_object

Fetches a row as an object.

This function is similar to sybase_fetch_assoc(), but it returns an object rather than an array. It positions the internal pointer one row farther in the result set.

Syntax

object sybase_fetch_object(resource $result [, mixed $object ])

Parameters

Returns

Returns an object with properties that correspond to the fetched row's field names.

FALSE – there were no more rows to be fetched.