|
TokyoTyrantQuery::keyReturns the current key Beschreibung
public string TokyoTyrantQuery::key
( void
)
Returns the current key. Part of the Iterator interface Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the current key 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
|