sasql_stmt_fetch

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.

Prototype

bool sasql_stmt_fetch( sasql_stmt $stmt )

Parameters

$stmt – A statement resource.

Returns

TRUE on success or FALSE on failure.