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 )
結果セットから 1 つのローをフェッチします。このローは、カラムインデックスのみによってインデックス付けが可能な配列として返されます。
$result sasql_query 関数によって返される結果リソース。
結果セットのローを表す配列。ローがない場合は FALSE。