Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
array sasql_fetch_assoc( sasql_result $result )
从结果集中读取一行作为联合数组。
$result 由 sasql_query 函数返回的结果资源。
代表从结果集中读取的行的字符串的联合数组,数组中的各个关键字代表结果集中的一个列的名称或 FALSE(如果结果集中不再有行)。