Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - プログラミング » SQL Anywhere データ・アクセス API » SQL Anywhere PHP API » SQL Anywhere PHP API リファレンス

 

sasql_stmt_param_count

プロトタイプ
int sasql_stmt_param_count( sasql_stmt $stmt )
説明

指定された準備文ハンドル内のパラメータ数を返します。

パラメータ

$stmt   sasql_prepare 関数によって返される文リソース。

戻り値

パラメータ数。エラーの場合は FALSE。

関連する関数