sybase_field_seek

Example

 bool sybase_field_seek ( resource $result , int $field_offset ) 

Description

Seeks to the specified field offset. If the next call to sybase_fetch_field() won't include a field offset, this field would be returned.

Return Values

Returns TRUE on success or FALSE on failure.