ibase_num_params

(PHP 5, PHP 7)

ibase_num_paramsReturn the number of parameters in a prepared query

说明

ibase_num_params ( resource $query ) : int

This function returns the number of parameters in the prepared query specified by query. This is the number of binding arguments that must be present when calling ibase_execute().

参数

query

The prepared query handle.

返回值

Returns the number of parameters as an integer.

参见

  • ibase_prepare() - Prepare a query for later binding of parameter placeholders and execution
  • ibase_param_info() - Return information about a parameter in a prepared query

相关文章
php cubrid 函数 bind variables to a prepared statement as parametersphp firebird/interbase 函数 return the number of rows that were affected by the previous queryphp firebird/interbase 函数 initiates a backup task in the service manager and returns immediatelyphp firebird/interbase 函数 add data into a newly created blobphp firebird/interbase 函数 cancel creating blobphp firebird/interbase 函数 return blob length and other useful infophp firebird/interbase 函数 drops a databasephp firebird/interbase 函数 return an error codephp firebird/interbase 函数 return error messagesphp firebird/interbase 函数 execute a previously prepared queryphp firebird/interbase 函数 fetch a result row from a query as an associative arrayphp firebird/interbase 函数 free memory allocated by a prepared queryphp firebird/interbase 函数 get the number of fields in a result setphp firebird/interbase 函数 return the number of parameters in a prepared queryphp firebird/interbase 函数 return information about a parameter in a prepared queryphp firebird/interbase 函数 prepare a query for later binding of parameter placeholders and executionphp firebird/interbase 函数 execute a query on an interbase databasephp sqlsrv 函数 returns the number of rows modified by the last insert update or delete query executedphp sdo das relational 函数 executes an sql query passed as a prepared statement with a list of values to substitute for placeholders and return the results as a normalised data graphphp swish 函数 execute a query and return results object
关注编程学问公众号