ibase_param_info
(PHP 5, PHP 7 < 7.4.0)
ibase_param_info — Return information about a parameter in a prepared query
Description
$query
, int $param_number
): arrayReturns an array with information about a parameter after a query has been prepared.
Parameters
-
query
-
An InterBase prepared query handle.
-
param_number
-
Parameter offset.
Return Values
Returns an array with the following keys: name
,
alias
, relation
,
length
and type
.
See Also
- ibase_field_info() - Get information about a field
- ibase_num_params() - Return the number of parameters in a prepared query