Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
int sasql_num_rows( sasql_result $result )
返回 $result 包含的行数。
$result 由 sasql_query 函数返回的结果资源。
一个正数(如果行数是确切值),或一个负数(如果行数是估计值)。要获取确切的行数,必须针对数据库永久设置或针对连接临时设置数据库选项 row_counts。请参见sasql_set_option。