update : 2015.11.03
php.shukuma.com검색:
|
ingres_fetch_proc_return(PECL ingres >= 1.4.0) ingres_fetch_proc_return — Get the return value from a procedure call 설명
int ingres_fetch_proc_return
( resource
$result
)This function is used to retrieve the return value following the execution of an Ingres database procedure (stored procedure).
인수
반환값
Returns an integer if there is a return value otherwise it will
return 예제
Example #1 Get the return value from a procedure call
<?php 참고
|