ifx_do
(PHP 3 >= 3.0.4, PHP 4, PHP 5)
ifx_do -- 事前に準備された SQL 文を実行する
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。
参考
例 1. ifx_do() の例
<?php $conn = fx_connect( "db", "user", "password" ); $result = ifx_prepare("SELECT customer_num, company FROM customer", $conn); ifx_do($result); ?>
|
|
[an error occurred while processing this directive]