Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere PHP API » SQL Anywhere PHP API reference

 

sasql_fetch_row

Prototype
array sasql_fetch_row( sasql_result $result )
Description

Fetches one row from the result set. This row is returned as an array that can be indexed by the column indexes only.

Parameters

$result   The result resource returned by the sasql_query function.

Returns

An array that represents a row from the result set, or FALSE when no rows are available.

Related functions