Home > PHP > Function > Sybase > sybase_fetch_field()

sybase_fetch_field()

sybase_fetch_field - Get field information from a result

Syntax

object sybase_fetch_field (resource $result, int $field_offset)

Arguments

  • result
  • field_offset - If the field offset isn\'t specified, the next field that wasn\'t yet retrieved by sybase_fetch_field() is retrieved.

Description

sybase_fetch_field() can be used in order to obtain information about fields in a certain query result.

Version

PHP 4, 5

Return value

Returns an object containing field information.