Function __global->rsort
Definitions
sources_custom/phpstub.php
- Sort an array in reverse order.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| &$array | array | Yes | No | required parameter | N/A | N/A | The array to sort |
| $sort_flags | integer | No | No | 0 | N/A | N/A | Sort flags |

