|
TokyoTyrantQuery::rewindRewinds the iterator Beschreibung
public bool TokyoTyrantQuery::rewind
( void
)
Rewind the resultset and executes the query if it has not been executed. Part of the Iterator interface. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
Returns 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
|