ibase_prepare

(PHP 5, PHP 7)

ibase_preparePrepare a query for later binding of parameter placeholders and execution

说明

ibase_prepare ( string $query ) : resource
ibase_prepare ( resource $link_identifier , string $query ) : resource
ibase_prepare ( resource $link_identifier , string $trans , string $query ) : resource

Prepare a query for later binding of parameter placeholders and execution (via ibase_execute()).

参数

query

An InterBase query.

link_identifier

An InterBase link identifier returned from ibase_connect(). If omitted, the last opened link is assumed.

trans

An InterBase transaction handle the query should be associated with. If omitted, the default transaction of the connection is assumed.

返回值

Returns a prepared query handle, or FALSE on error.

相关文章
php firebird/interbase 函数 return the number of rows that were affected by the previous queryphp firebird/interbase 函数 cancel creating blobphp firebird/interbase 函数 close blobphp firebird/interbase 函数 create a new blob for adding dataphp firebird/interbase 函数 output blob contents to browserphp 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 an object from a interbase databasephp 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 函数 open a persistent connection to an interbase databasephp firebird/interbase 函数 prepare a query for later binding of parameter placeholders and executionphp firebird/interbase 函数 execute a query on an interbase databasephp firebird/interbase 函数 initiates a restore task in the service manager and returns immediatelyphp ingres 函数 prepare a query for later executionphp maxdb 函数 enforce execution of a query on the master in a master/slave setupphp maxdb 函数 prepare next result from multi queryphp 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
关注编程学问公众号