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