Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5199635
Hits Heute: 332
max. Hits (10.07.07): 6964
User Online: 39
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

Javascript 2.0.
Javascript 2.0.

Manuals > PEAR > DB_Result::nextResult()

DB_Result::nextResult()

DB_Result::nextResult() -- get result sets of multiple queries

Description

Some database backends supports executing more then one query at the same time. With nextResult() you can go through the result sets.

Warning

This function has nothing to do with with multipleExecute().

Return value

boolean - TRUE, if DB_Result contains the next result set; FALSE, if there is no further result set to fetch

Note

This function can not be called statically.


Copyright 1998 - 2009 by I.S.U.M.