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