int sasql_stmt_param_count( sasql_stmt $stmt )
Returns the number of parameters in the supplied prepared statement resource.
$stmt A statement resource returned by the sasql_prepare function.
The number of parameters or FALSE on error.