Query: ibase_prepare
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IBASE_PREPARE(3) 1 IBASE_PREPARE(3) ibase_prepare - Prepare a query for later binding of parameter placeholders and executionSYNOPSISresource ibase_prepare (string $query)DESCRIPTIONresource 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(3)).PARAMETERSo $query - An InterBase query.RETURN VALUESReturns a prepared query handle, or FALSE on error. PHP Documentation Group IBASE_PREPARE(3)
Related Man Pages |
---|
ibase_trans(3) - php |
ibase_blob_import(3) - php |
ingres_prepare(3) - php |
pg_execute(3) - php |
pg_send_query_params(3) - php |