PHP 8.3.4 Released!

ibase_param_info

(PHP 5, PHP 7 < 7.4.0)

ibase_param_infoReturn information about a parameter in a prepared query

Descripción

ibase_param_info(resource $query, int $param_number): array

Returns an array with information about a parameter after a query has been prepared.

Parámetros

query

An InterBase prepared query handle.

param_number

Parameter offset.

Valores devueltos

Returns an array with the following keys: name, alias, relation, length and type.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top