|
uksortSort an array by keys using a user-defined comparison function Description
true uksort(array
&$array, callable $callback)
Sorts
Parameters
Return Values
Always returns Changelog
Examples
Example #1 uksort example The above example will output: an apple: 3 a banana: 4 the Earth: 2 John: 1 See Also
|