Query: ibase_num_params
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IBASE_NUM_PARAMS(3) 1 IBASE_NUM_PARAMS(3) ibase_num_params - Return the number of parameters in a prepared querySYNOPSISint ibase_num_params (resource $query)DESCRIPTIONThis 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(3).PARAMETERSo $query - The prepared query handle.RETURN VALUESReturns the number of parameters as an integer.SEE ALSOibase_prepare(3), ibase_param_info(3). PHP Documentation Group IBASE_NUM_PARAMS(3)