ingres_fetch_proc_return()
ingres_fetch_proc_return - Get the return value from a procedure call
Syntax
int ingres_fetch_proc_return (
resource $result)
Arguments
- result - The result identifier for a query
Description
This function is used to retrieve the return value following the execution of an Ingres database procedure (stored procedure).
Version
PHP PECL ingres >= 1.4.0
Return value
Returns an integer if there is a return value otherwise it will return NULL.