|
MongoCursor::sort(PECL mongo >=0.9.0) MongoCursor::sort — Sorts the results by given fields ОписаниеСписок параметров
Возвращаемые значенияReturns the same cursor that this method was called on. ОшибкиThrows MongoCursorException if this cursor has started iterating. ПримерыПример #1 MongoCursor::sort() example
<?php |
|