|
MongoCursor::sortSorts the results by given fields Beschreibung
public MongoCursor MongoCursor::sort
( array
$fields
)Parameter-Liste
RückgabewerteReturns the same cursor that this method was called on. Fehler/ExceptionsThrows MongoCursorException if this cursor has started iterating. BeispieleBeispiel #1 MongoCursor::sort example
<?php |