|
CollectionModify::sortSet the sorting criteria Description
public mysql_xdevapi\CollectionModify mysql_xdevapi\CollectionModify::sort(string
$sort_expr )Sorts the result set by the field selected in the sort_expr argument. The allowed orders are ASC (Ascending) or DESC (Descending). This operation is equivalent to the 'ORDER BY' SQL operation and it follows the same set of rules. Parameters
Return ValuesCollectionModify object that can be used for further processing. ExamplesExample #1 mysql_xdevapi\CollectionModify::sort example
|