maxdb_more_results

maxdb::more_results

(PECL maxdb >= 1.0)

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

설명

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().

반환값

Always FALSE.

예제

See maxdb_multi_query().

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top