|
PHP5中文手册
ibase_param_info(PHP 5) ibase_param_info — Return information about a parameter in a prepared query 说明
array ibase_param_info
( resource $query
, int $param_number
)
Returns an array with information about a parameter after a query has been prepared. 参数
返回值Returns an array with the following keys: name, alias, relation, length and type. |