Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
array sasql_fetch_row( sasql_result $result )
从结果集读取一行。该行作为一个仅可按列索引进行索引的数组返回。
$result 由 sasql_query 函数返回的结果资源。
一个表示结果集中的一行的数组,或 FALSE(无法获取行时)。