ibase_param_info

(PHP 5, PHP 7)

ibase_param_infoReturn 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.

参数

query

An InterBase prepared query handle.

param_number

Parameter offset.

返回值

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

参见

相关文章
php firebird/interbase 函数 return the number of rows that were affected by the previous queryphp firebird/interbase 函数 get len bytes data from open blobphp firebird/interbase 函数 return blob length and other useful infophp firebird/interbase 函数 request statistics about a databasephp firebird/interbase 函数 return an error codephp firebird/interbase 函数 return error messagesphp firebird/interbase 函数 execute a previously prepared queryphp firebird/interbase 函数 fetch a result row from a query as an associative arrayphp firebird/interbase 函数 get information about a fieldphp firebird/interbase 函数 free memory allocated by a prepared queryphp firebird/interbase 函数 return the number of parameters in a prepared queryphp firebird/interbase 函数 return information about a parameter in a prepared queryphp firebird/interbase 函数 prepare a query for later binding of parameter placeholders and executionphp firebird/interbase 函数 execute a query on an interbase databasephp firebird/interbase 函数 request information about a database serverphp maxdb 函数 retrieves information about the most recently executed queryphp pdf 函数 query detailed information about a loaded fontphp posix 函数 return info about a group by group idphp paradox 函数 return lots of information about a paradox filephp sdo das relational 函数 executes an sql query passed as a prepared statement with a list of values to substitute for placeholders and return the results as a normalised data graph
关注编程学问公众号