|
ingres_fetch_proc_returnGet the return value from a procedure call Description
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).
Parameters
Return Values
Returns an integer if there is a return value otherwise it will
return Examples
Example #1 Get the return value from a procedure call
<?php See Also
|