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 mysql 兼容性函数 return the number of rows affected by the last sql statementphp firebird/interbase 函数 add a user to a security databasephp firebird/interbase 函数 return the number of rows that were affected by the previous queryphp firebird/interbase 函数 return blob length and other useful infophp firebird/interbase 函数 request statistics about 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 函数 assigns a name to a result setphp 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 iis 函数 return the instance number associated with the commentphp ingres 函数 execute a prepared queryphp maxdb 函数 binds variables to a prepared statement as parametersphp 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 graph
关注编程学问公众号