update : 2015.11.03
php.shukuma.com검색:
|
ifx_do(PHP 4, PHP <=5.2.0) ifx_do — Execute a previously prepared SQL-statement 설명
bool ifx_do
( resource
$result_id
)Executes a previously prepared query or opens a cursor for it.
Does NOT free Also sets the real number of ifx_affected_rows() for non-select statements for retrieval by ifx_affected_rows(). 인수
반환값
성공 시 참고
Example #1 ifx_do() Example
<?php |