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_stmt_fetch

Prototype
bool sasql_stmt_fetch( sasql_stmt $stmt )
Description

This function fetches one row out of the result for the statement and places the columns in the variables that were bound using sasql_stmt_bind_result.

Parameters

$stmt   A statement resource.

Returns

TRUE on success or FALSE on failure.

Related functions