diff --git a/reference/array/functions/uksort.xml b/reference/array/functions/uksort.xml index 1f7d3fad7f..a7f36b09ef 100644 --- a/reference/array/functions/uksort.xml +++ b/reference/array/functions/uksort.xml @@ -1,5 +1,5 @@ - + @@ -21,6 +21,14 @@ needs to be sorted by some non-trivial criteria, you should use this function. + + Function cmp_function should accept two + parameters which will be filled by pairs of array keys. + The comparison function must return an integer less than, equal + to, or greater than zero if the first argument is considered to + be respectively less than, equal to, or greater than the + second. + <function>uksort</function> example