|
TokyoTyrantQuery::nextMoves the iterator to next entry Beschreibung
public array TokyoTyrantQuery::next
( void
)
Returns the next result in the resultset. Part of the Iterator interface. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the next row and throws TokyoTyrantException on error. Beispiele
Beispiel #1 TokyoTyrantQuery iterator example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: pk: 1, columns: 2 pk: 4, columns: 2 Siehe auch
|