|
mssql_num_fieldsGets the number of fields in result Warning
This function was REMOVED in PHP 7.0.0. Alternatives to this function include:
Description
int mssql_num_fields
( resource
$result
)mssql_num_fields returns the number of fields in a result set. Parameters
Return ValuesReturns the number of fields, as an integer. Examples
Example #1 mssql_num_fields example
<?php See Also
|