取得返回列的数目。
语法: int msql_numrows(int query_identifier);
返回值: 整数
函数种类: 数据库功能
本函数可以得到返回列的数目。参数 query_identifier 为查询的代号。本函数和 msql_num_rows() 相同。