(PHP 5, PHP 7 < 7.4.0)
ibase_prepare — Prepare 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()).
queryAn InterBase query.
link_identifierAn InterBase link identifier returned from ibase_connect(). If omitted, the last opened link is assumed.
transAn 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.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.ibase-prepare.php