PHP Portal » PHP Handbuch » maxdb_more_results

Werbung

maxdb_more_results


(PECL maxdb >= 1.0)

maxdb_more_results -- maxdb->more_resultsCheck if there any more query results from a multi query

Beschreibung

bool maxdb_more_results ( resource $link )

maxdb_more_results() indicates if one or more result sets are available from a previous call to maxdb_multi_query().

Rückgabewerte

Always FALSE.

Beispiele

See maxdb_multi_query().

Siehe auch