English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

Usage and Examples of PHP odbc_next_result() Function

PHP ODBC Reference Manual

The odbc_next_result() function checks if there are multiple results

Syntax

bool odbc_next_result ( resource $result_id )

Definition and Usage

Used to check if there are multiple results

Return Value

Returns true if there are more results, otherwise returns false

Parameter

NumberParameters and Description
1

result_id

Result Identifier

This function currently has no documentation; only the parameter list is available.

PHP ODBC Reference Manual