php man page for sybase_fetch_field

Query: sybase_fetch_field

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SYBASE_FETCH_FIELD(3)													     SYBASE_FETCH_FIELD(3)

sybase_fetch_field - Get field information from a result

SYNOPSIS
object sybase_fetch_field (resource $result, [int $field_offset = -1])
DESCRIPTION
sybase_fetch_field(3) can be used in order to obtain information about fields in a certain query result.
PARAMETERS
o $result - o $field_offset - If the field offset isn't specified, the next field that wasn't yet retrieved by sybase_fetch_field(3) is retrieved.
RETURN VALUES
Returns an object containing field information. The properties of the object are: o name - column name. if the column is a result of a function, this property is set to computed#N, where #N is a serial number. o column_source - the table from which the column was taken o max_length - maximum length of the column o numeric - 1 if the column is numeric o type - datatype of the column
SEE ALSO
sybase_field_seek(3). PHP Documentation Group SYBASE_FETCH_FIELD(3)
Related Man Pages
mysql_field_len(3) - php
mysql_fetch_field(3) - php
db2_field_precision(3) - php
db2_field_type(3) - php
mssql_fetch_field(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun