Function __global->merge_sort
Definitions
sources/global3.php
- Do a user sort, preserving order where reordering not needed. Based on a PHP manual comment at http://php.net/manual/en/function.usort.php.Roughly equivalent to PHP's uasort.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$array | array | required parameter | N/A | N/A | Sort array |
$cmp_function | mixed | cms_mb_strcmp | N/A | N/A | Comparison function |