(PHP 5, PHP 7 < 7.4.0)
ibase_param_info — Return information about a parameter in a prepared query
ibase_param_info(resource $query, int $param_number): array
Returns an array with information about a parameter after a query has been prepared.
queryAn InterBase prepared query handle.
param_numberParameter offset.
Returns an array with the following keys: name, alias, relation, length and type.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.ibase-param-info.php