Query: msql_fetch_field
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MSQL_FETCH_FIELD(3) MSQL_FETCH_FIELD(3) msql_fetch_field - Get field informationSYNOPSISobject msql_fetch_field (resource $result, [int $field_offset])DESCRIPTIONmsql_fetch_field(3) can be used in order to obtain information about fields in a certain query result.PARAMETERSo $ result -The result resource that is being evaluated. This result comes from a call to msql_query(3). o $field_offset - The field offset. If not specified, the next field that wasn't yet retrieved by msql_fetch_field(3) is retrieved.RETURN VALUESReturns an object containing field information. The properties of the object are: oname - column name otable - name of the table the column belongs to onot_null - 1 if the column cannot be NULL ounique - 1 if the column is a unique key o type - the type of the columnSEE ALSOmsql_field_seek(3). PHP Documentation Group MSQL_FETCH_FIELD(3)
Related Man Pages |
---|
msql_result(3) - php |
cubrid_fetch_field(3) - php |
cubrid_field_table(3) - php |
mssql_fetch_field(3) - php |
mssql_field_seek(3) - php |
Similar Topics in the Unix Linux Community |
---|
Compile error for PHP with msql |