ibase_prepare
(PHP 5, PHP 7 < 7.4.0)
ibase_prepare — Prepare a query for later binding of parameter placeholders and execution
说明
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.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.ibase-prepare.php