Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
object sasql_fetch_object( sasql_result $result )
从结果集中读取一行作为对象。
$result 由 sasql_query 函数返回的结果资源。
代表从结果集中读取的行的对象,其中的每个属性名称都匹配着一个结果集的列名称或 FALSE(如果结果集中不再有行)。