downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ibase_query> <ibase_pconnect
Last updated: Fri, 06 Nov 2009

view this page in

ibase_prepare

(PHP 4, PHP 5)

ibase_preparePrepare a query for later binding of parameter placeholders and execution

Description

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()).

Parameters

query

An InterBase query.

Return Values

Returns a prepared query handle, or FALSE on error.



add a note add a note User Contributed Notes
ibase_prepare
There are no user contributed notes for this page.

ibase_query> <ibase_pconnect
Last updated: Fri, 06 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites