Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
bool sasql_stmt_bind_result( sasql_stmt $stmt, mixed &$var1 [, mixed &$var2 .. ] )
将一或多个 PHP 变量绑定到已执行的语句的结果列,并返回结果集。
$stmt 由 sasql_stmt_execute 执行的语句资源。
$var1 对于由 sasql_stmt_fetch 返回的、将被绑定到结果集列的 PHP 变量的引用。
TRUE(成功时)或 FALSE(失败时)。