PHP.nl

ibase_prepare

ibase_prepare

Prepare a query for later binding of parameter placeholders and execution

resource **ibase_prepare** string $query
resource **ibase_prepare** resource $link_identifier string $query
resource **ibase_prepare** resource $link_identifier string $trans string $query

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

queryAn InterBase query.

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

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.