• PHP Video Tutorials

PHP - Function Next Result



Syntax

bool odbc_next_result ( resource $result_id )

Definition and Usage

It is used to check if multiple results are available

Return Values

It returns true if there is more results or else false on failure

Parameters

Sr.No Parameters & Description
1

result_id

It contains the information about result identifier

This function is currently not documented; only the argument list is available.

php_function_reference.htm
Advertisements