odbc_next_result

PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8
odbc_next_result - Checks if multiple results are available
Manual
Code Examples

Example #1 odbc_next_result

Result: Dump first result set array(1) { ["A"]=> string(1) "A" } bool(false) Get second results set bool(true) Dump second result set array(1) { ["B"]=> string(1) "B" } bool(false) Get third results set bool(true) Dump third result set array(1) { ["C"]=> string(1) "C" } bool(false) Try for a fourth result set bool(false)
PHP Version: