sqlsrv_num_fields

Example

 mixed sqlsrv_num_fields ( resource $stmt ) 

Description

Retrieves the number of fields (columns) on a statement.

Return Values

Returns the number of fields on success. Returns FALSE otherwise.