PHP. Руководство по PHP. 2005
db2_num_fields
db2_num_fields
(no version information, might be only in CVS)db2_num_fields -- Returns the number of fields contained in a result set
Описание
int db2_num_fields (resource stmt)Returns the number of fields contained in a result set. This is most useful for handling the result sets returned by dynamically generated queries, or for result sets returned by stored procedures, where your application cannot otherwise know how to retrieve and use the results.