update : 2015.11.03
php.shukuma.com검색:
|
ibase_execute(PHP 5) ibase_execute — Execute a previously prepared query 설명Execute a query prepared by ibase_prepare(). This is a lot more effective than using ibase_query() if you are repeating a same kind of query several times with only some parameters changing. 반환값
If the query raises an error, returns
예제
Example #1 ibase_execute() example
<?php |