Query: ibase_param_info
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IBASE_PARAM_INFO(3) 1 IBASE_PARAM_INFO(3) ibase_param_info - Return information about a parameter in a prepared querySYNOPSISarray ibase_param_info (resource $query, int $param_number)DESCRIPTIONReturns an array with information about a parameter after a query has been prepared.PARAMETERSo $query - An InterBase prepared query handle. o $param_number - Parameter offset.RETURN VALUESReturns an array with the following keys: name, alias, relation, length and type.SEE ALSOibase_field_info(3), ibase_num_params(3). PHP Documentation Group IBASE_PARAM_INFO(3)