Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere PHP API » SQL Anywhere PHP API reference

 

sasql_num_fields

Prototype
int sasql_num_fields( sasql_result $result )
Description

Returns the number of fields that a row in the $result contains.

Parameters

$result   The result resource returned by the sasql_query function.

Returns

Returns the number of fields in the specified result set.

Related functions