Query: fbsql_num_fields
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FBSQL_NUM_FIELDS(3) 1 FBSQL_NUM_FIELDS(3) fbsql_num_fields - Get number of fields in resultSYNOPSISint fbsql_num_fields (resource $result)DESCRIPTIONReturns the number of fields in the given $result set.PARAMETERSo $ result -A result identifier returned by fbsql_query(3) or fbsql_db_query(3).RETURN VALUESReturns the number of fields, as an integer.SEE ALSOfbsql_db_query(3), fbsql_query(3), fbsql_fetch_field(3), fbsql_num_rows(3). PHP Documentation Group FBSQL_NUM_FIELDS(3)