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_param_count

Prototype
int sasql_stmt_param_count( sasql_stmt $stmt )
Description

Returns the number of parameters in the supplied prepared statement handle

Parameters

$stmt   A statement resource returns by the sasql_prepare function.

Returns

The number of parameters or FALSE on error.

Related functions