ibase_prepare

(PHP 3 >= 3.0.6, PHP 4, PHP 5)

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


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