CollectionRemove::sortSet the sorting criteria Description
public mysql_xdevapi\CollectionRemove mysql_xdevapi\CollectionRemove::sort(string
$sort_expr )Sort 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. Warning
This function is currently not documented; only its argument list is available. Parameters
Return ValuesA CollectionRemove object that can be used to execute the command, or to add additional operations. ExamplesExample #1 mysql_xdevapi\CollectionRemove::sort example
|