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