sybase_field_seek

Sets the internal pointer to the requested field offset.

If the next call to sybase_fetch_field() does not specify a field offset, the field internal pointer is set to, can be used.

Syntax

bool sybase_field_seek(resource $result, int $field_offset)

Parameters

Returns

TRUE – internal pointer set correctly.

FALSE – failed to set internal pointer correctly.