|
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 NULL. Примеры
Пример #1 Get the return value from a procedure call
<?php Смотрите также
|
|